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
Just found a potential bug in the next gen version of seaborn.
Expected behaviour: create a histogram with y-axis limits that go from 0 to 50.
Actual behaviour: limits of y-axis do not change.
Other possible reasons for this: I may be confused between the syntax for ticks and for axes limits here, but the ticks do not appear to change either.
…2915)
* Make scale config apply to variables computed by the stat transform
WIP
Fixes#2908, #2885
* Don't try to scale faceting variables
* Further backcompat
* Remove unreachable line
* Consolidate _transform_coords and _setup_scales
* Improve handling of scaling edge cases
* Clean up Plot.plot by moving some logic to _setup_scales
Hello,
Just found a potential bug in the next gen version of seaborn.
Expected behaviour: create a histogram with y-axis limits that go from 0 to 50.
Actual behaviour: limits of y-axis do not change.
Other possible reasons for this: I may be confused between the syntax for ticks and for axes limits here, but the ticks do not appear to change either.
Reprex:
System info:
Python implementation: CPython
Python version : 3.9.12
IPython version : 8.3.0
Compiler : Clang 12.0.1
OS : Darwin
Release : 19.6.0
Machine : x86_64
Processor : i386
CPU cores : 4
Architecture: 64bit
seaborn : 0.12.0b1
matplotlib : 3.5.2
matplotlib_inline: 0.1.3
sys : 3.9.12 | packaged by conda-forge | (main, Mar 24 2022, 23:23:20)
[Clang 12.0.1 ]
pandas : 1.4.2
Thanks for all the work on this amazing package!
The text was updated successfully, but these errors were encountered: