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
When using the so.Nominal() scale of the objects interface, calling label() with a custom formatter seems to have no effect. Could also be that I am using the function in an incorrect way, since the API and documentation on the nominal scale are still being worked on.
The x-axis ticks are correctly transformed to a nominal scale. However, I would expect to only see tick labels that divide by 3 based on the formatter.
Tested on Seaborn v0.13.2 and Matplotlib v3.9.0
The text was updated successfully, but these errors were encountered:
rbergm
changed the title
Setting custom formatter in so.Nominal().label seems to do nothing
Setting custom formatter in so.Nominal().label() seems to do nothing
Jun 20, 2024
When using the
so.Nominal()
scale of the objects interface, callinglabel()
with a custom formatter seems to have no effect. Could also be that I am using the function in an incorrect way, since the API and documentation on the nominal scale are still being worked on.Demo:
The x-axis ticks are correctly transformed to a nominal scale. However, I would expect to only see tick labels that divide by 3 based on the formatter.
Tested on Seaborn v0.13.2 and Matplotlib v3.9.0
The text was updated successfully, but these errors were encountered: