You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the lines are cropped within the viewport but texts are not, as can be seen in this image:
I do not think this issue was introduced by the update to Context2D rendering in the VTK backend, because the thermo repo has an old baseline which shows that the problem has existed all along, but `vcs didn't have a test that caught it.
I have a fix in a branch on my fork, here. However, that branch illustrates that there is a problem with the templated viewport coordinates, as in projected plots, the viewport isn't big enough to allow room for the tick labels.
The text was updated successfully, but these errors were encountered:
The following script should result in a plot where the text labels, as well as the line segments, are cropped to be within the viewport.
However, the lines are cropped within the viewport but texts are not, as can be seen in this image:
I do not think this issue was introduced by the update to Context2D rendering in the VTK backend, because the
thermo
repo has an old baseline which shows that the problem has existed all along, but `vcs didn't have a test that caught it.I have a fix in a branch on my fork, here. However, that branch illustrates that there is a problem with the templated viewport coordinates, as in projected plots, the viewport isn't big enough to allow room for the tick labels.
The text was updated successfully, but these errors were encountered: