8000 MNT: remove extraneous autoscale call · matplotlib/matplotlib@93c1bd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93c1bd8

Browse files
committed
MNT: remove extraneous autoscale call
1 parent 04298b8 commit 93c1bd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tri/tricontour.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def _process_args(self, *args, **kwargs):
5252
C = _tri.TriContourGenerator(tri.get_cpp_triangulation(), z)
5353
self._mins = [tri.x.min(), tri.y.min()]
5454
self._maxs = [tri.x.max(), tri.y.max()]
55-
self.ax.autoscale_view()
5655

5756
self.cppContourGenerator = C
5857

0 commit comments

Comments
 (0)
0