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
On the current dev version (eb2b5a2) and matplotlib 3.7.1, consider the following code that uses stripplot to draw two points on unscaled and symlog-scaled yaxis:
The plot on the already-scaled yaxis contain values that were not provided. The plot changes (but still erroneous) if I set linthresh to something different (for example if using the linthresh default of 2).
This also happens with pointplot. It works as expected with log-scaled axis or with pure matplotlib scatter calls. Couldn't reproduce using seaborn 0.12.2.
The text was updated successfully, but these errors were encountered:
Hi,
On the current dev version (eb2b5a2) and matplotlib 3.7.1, consider the following code that uses
stripplot
to draw two points on unscaled and symlog-scaled yaxis:The plot on the already-scaled yaxis contain values that were not provided. The plot changes (but still erroneous) if I set
linthresh
to something different (for example if using the linthresh default of 2).This also happens with
pointplot
. It works as expected with log-scaled axis or with pure matplotlib scatter calls. Couldn't reproduce using seaborn 0.12.2.The text was updated successfully, but these errors were encountered: