File tree 4 files changed +2
-7
lines changed 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ def _init_axis(self):
50
50
# Do not register xaxis or yaxis with spines -- as done in
51
51
# Axes._init_axis() -- until GeoAxes.xaxis.clear() works.
52
52
# self.spines['geo'].register_axis(self.yaxis)
53
- self ._update_transScale ()
54
53
55
54
def clear (self ):
56
55
# docstring inherited
Original file line number Diff line number Diff line change @@ -824,7 +824,6 @@ def _init_axis(self):
824
824
self .yaxis = maxis .YAxis (self )
825
825
self .spines .left .register_axis (self .yaxis )
826
826
self .spines .right .register_axis (self .yaxis )
827
- self ._update_transScale ()
828
827
829
828
def set_figure (self , fig ):
830
829
# docstring inherited
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ def _init_axis(self):
35
35
# Do not register xaxis or yaxis with spines -- as done in
36
36
# Axes._init_axis() -- until GeoAxes.xaxis.clear() works.
37
37
# self.spines['geo'].register_axis(self.yaxis)
38
- self ._update_transScale ()
39
38
40
39
def clear (self ):
41
40
# docstring inherited
Original file line number Diff line number Diff line change @@ -792,11 +792,9 @@ def _init_axis(self):
792
792
# This is moved out of __init__ because non-separable axes don't use it
793
793
self .xaxis = ThetaAxis (self )
794
794
self .yaxis = RadialAxis (self )
795
- # Calling polar_axes.xaxis.clear() or polar_axes.xaxis.clear()
796
- # results in weird artifacts. Therefore we disable this for
797
- # now.
795
+ # Calling polar_axes.xaxis.clear() or polar_axes.yaxis.clear()
796
+ # results in weird artifacts. Therefore we disable this for now.
798
797
# self.spines['polar'].register_axis(self.yaxis)
799
- self ._update_transScale ()
800
798
801
799
def _set_lim_and_transforms (self ):
802
800
# A view limit where the minimum radius can be locked if the user
You can’t perform that action at this time.
0 commit comments