Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
mpl_to_plotly: map enumerated tick labels to Plotly tickvals/ticktext#5349
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
gvwilson commentedSep 23, 2025
thanks@willtryagain - I'll try to find someone to review this in the next work cycle. |
willtryagain commentedOct 6, 2025
Hi@emilykl , This change maps enumerated tick labels to Plotly tickvals/ticktext in mpltools.prep_ticks. I realize it could be viewed as risky if applied too broadly (e.g., forcing array-mode on numeric axes). I only tested locally on a simple script. |
Uh oh!
There was an error while loading.Please reload this page.
Hi,
Thisfixes#5059 preserving axis labels while converting matplotlib plots.
Code PR
.