aspect argument to FacetGrid uses the opposite convention from matplotlib #746
Comments
Eek. Is the matplotlib aspect in figure or data coordinates, by the way? |
It's an axis level setting so I think it has to be data coordinates. (Which I think is the intent with FacetGrid, but not exactly the case due to matplotlib's messiness.) On Fri, Oct 30, 2015 at 5:19 PM, Michael Waskom notifications@github.com
|
No, the FacetGrid aspect is just size of the thing in inches, it's invariant to the scale of the data being plotted. So at least they are doing different things? |
FWIW I think the implementation in seaborn is "correct", assuming people correctly interpret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is somewhat unfortunate. I'm not entirely sure what we should do about it, though.
matplotlib
or
seaborn
The text was updated successfully, but these errors were encountered: