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
{{ message }}
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
This is part of plot, for x-axis label, clicking area (in grey) is pretty wide to below and above the label itself, which the above part overlaps with the portrait plot itself. I need to shorten the clicking area, can you give a hint where should I start?
vcs gettextextent
the function above is what is ued to determine the box length. Ask Carlos and Dan Lipsa, it comes back from VTK
gettextextent calls VTK
then we convert that to vcs's x/y . And then these to png dims
The last part works for sure
You can ask Carlos to check that what we get from VTK is converted correctly to VCS' x/y coordinatinates
if that's correct ask Dan to check the our call to VTK is correct and that there's no bug in VTK
I do believe we have a test in the test suite for this. Ask Paul and Carlos if they remember which testit is
The text was updated successfully, but these errors were encountered:
This is part of plot, for x-axis label, clicking area (in grey) is pretty wide to below and above the label itself, which the above part overlaps with the portrait plot itself. I need to shorten the clicking area, can you give a hint where should I start?
Comments from @doutriaux1:
vcs gettextextent
the function above is what is ued to determine the box length. Ask Carlos and Dan Lipsa, it comes back from VTK
gettextextent calls VTK
then we convert that to vcs's x/y . And then these to png dims
The last part works for sure
You can ask Carlos to check that what we get from VTK is converted correctly to VCS' x/y coordinatinates
if that's correct ask Dan to check the our call to VTK is correct and that there's no bug in VTK
I do believe we have a test in the test suite for this. Ask Paul and Carlos if they remember which testit is
The text was updated successfully, but these errors were encountered: