Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281b09d commit c8b5deaCopy full SHA for c8b5dea
1 file changed
lib/matplotlib/axes/_axes.py
@@ -4943,7 +4943,7 @@ def reduce_C_function(C: array) -> float
4943
# autoscale the norm with current accum values if it hasn't been set
4944
if norm is not None:
4945
if norm.vmin is None and norm.vmax is None:
4946
- norm.autoscale(accum)
+ norm.autoscale_None(accum)
4947
4948
if bins is not None:
4949
if not np.iterable(bins):
0 commit comments