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 52f5958 commit 4293b58Copy full SHA for 4293b58
1 file changed
lib/matplotlib/colorbar.py
@@ -594,6 +594,7 @@ def _config_axes(self, X, Y):
594
ax.set_frame_on(False)
595
ax.set_navigate(False)
596
xy = self._outline(X, Y)
597
+ ax.ignore_existing_data_limits = True
598
ax.update_datalim(xy)
599
ax.set_xlim(*ax.dataLim.intervalx)
600
ax.set_ylim(*ax.dataLim.intervaly)
0 commit comments