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 424adc1 commit b8fc240Copy full SHA for b8fc240
1 file changed
examples/api/custom_projection_example.py
@@ -63,25 +63,6 @@ def cla(self):
63
Axes.set_xlim(self, -np.pi, np.pi)
64
Axes.set_ylim(self, -np.pi / 2.0, np.pi / 2.0)
65
66
- def cla(self):
67
- """
68
- Initialize the Axes object to reasonable defaults.
69
70
- Axes.cla(self)
71
-
72
- self.set_longitude_grid(30)
73
- self.set_latitude_grid(15)
74
- self.set_longitude_grid_ends(75)
75
- self.xaxis.set_minor_locator(NullLocator())
76
- self.yaxis.set_minor_locator(NullLocator())
77
- self.xaxis.set_ticks_position('none')
78
- self.yaxis.set_ticks_position('none')
79
80
- # self.grid(rcParams['axes.grid'])
81
82
- Axes.set_xlim(self, -np.pi, np.pi)
83
- Axes.set_ylim(self, -np.pi / 2.0, np.pi / 2.0)
84
85
def _set_lim_and_transforms(self):
86
"""
87
This is called once when the plot is created to set up all the
0 commit comments