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
If you set a standoff and eliminate tick labels (via nticks=0, tickvals=[], showticklabels=false, whatever), the positioning system for the axis titles just breaks.
standoff is one of our only tools for positioning the title!
The text was updated successfully, but these errors were encountered:
ayjayt
changed the title
BUG: standoff's cause axis title position to break if no tick labels
BUG: standoff causes axis title position to break if no tick labels
Feb 9, 2024
Uh oh!
There was an error while loading. Please reload this page.
Fix: #6889
Back to building other features soon, but this bug interfered with a pozo release...
Mocks to show the error are over here: geopozo@fbb56f3
If you set a
standoff
and eliminate tick labels (vianticks=0
,tickvals=[]
,showticklabels=false
, whatever), the positioning system for the axis titles just breaks.standoff
is one of our only tools for positioning the title!The text was updated successfully, but these errors were encountered: