seaborn.objects share x or y = False keeps all axes categorical #3410
Replies: 3 comments
-
Without looking at the source code, my guess is seaborn uses the data types from Pandas dtype (in this case x is an object rather than numerical because of the value |
Beta Was this translation helpful? Give feedback.
-
As documented, Depending on the nature of your data you may be able to use |
Beta Was this translation helpful? Give feedback.
-
We know seaborn is not meant to be an exact alternative to plotly express or viceversa, but the following code produces with px what one would expect:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! As you may see, the x axis on the left subplot of the figure is displayed as categorical even though its data is numerical. Expected behavior would be for the x axis to be numerical and show the correct distance between x=2 and x=100.
Beta Was this translation helpful? Give feedback.
All reactions