We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This pen is the Set and Style Axes Title Labels and Ticks example with the added standoff parameter on the title.
title: { text: "AXIS TITLE", standoff: 0 }
When changing the showticklabels: true to showticklabels: false, the xaxis' title "moves" at the top of the plot.
showticklabels: true
showticklabels: false
I have an easy workaround: when showticklabels = false I just set standoff = undefined and the tilte is back in its expected place.
showticklabels = false
standoff = undefined
Looks like a bug but I might be missing something ? I also think it is a regression that came after 2.13.3...
The text was updated successfully, but these errors were encountered:
Duplicate of #6552 - thanks!
Sorry, something went wrong.
No branches or pull requests
This pen is the Set and Style Axes Title Labels and Ticks example with the added standoff parameter on the title.
title: { text: "AXIS TITLE", standoff: 0 }
When changing the
showticklabels: true
toshowticklabels: false
, the xaxis' title "moves" at the top of the plot.I have an easy workaround: when
showticklabels = false
I just setstandoff = undefined
and the tilte is back in its expected place.Looks like a bug but I might be missing something ?
I also think it is a regression that came after 2.13.3...
The text was updated successfully, but these errors were encountered: