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
Expected outcome
This is the result of the same script, using matplotlib 3.4.3
Arguably, the behaviour with MPL 3.4 can be considered canonical, but maybe we need to add a warning when the value of linthresh is under the actual minimum value.
I note that this reference behaviour, setting the lower limit of the colobar to the data's minimum rather than the user required linthresh, is in line with what can be obtained in both matplotlib 3.4 and 3.5 without yt:
The fix is likely along the lines of preventing the norm class to be set to SymLogNorm when it doesn't make sense, do it as early as possible, and emit a warning.
I'll give it a go later
Bug report
Bug summary
Code for reproduction
Actual outcome
Expected outcome
This is the result of the same script, using matplotlib 3.4.3
Arguably, the behaviour with MPL 3.4 can be considered canonical, but maybe we need to add a warning when the value of
linthresh
is under the actual minimum value.I note that this reference behaviour, setting the lower limit of the colobar to the data's minimum rather than the user required linthresh, is in line with what can be obtained in both matplotlib 3.4 and 3.5 without yt:
gives
The text was updated successfully, but these errors were encountered: