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 1b509c1 commit 432e9e8Copy full SHA for 432e9e8
lib/matplotlib/tests/test_skew.py
@@ -106,7 +106,7 @@ class SkewXAxes(Axes):
106
name = 'skewx'
107
108
def _init_axis(self):
109
- #Taken from Axes and modified to use our modified X-axis
+ # Taken from Axes and modified to use our modified X-axis
110
self.xaxis = SkewXAxis(self)
111
self.spines['top'].register_axis(self.xaxis)
112
self.spines['bottom'].register_axis(self.xaxis)
@@ -128,7 +128,7 @@ def _set_lim_and_transforms(self):
128
"""
129
rot = 30
130
131
- #Get the standard transform setup from the Axes base class
+ # Get the standard transform setup from the Axes base class
132
Axes._set_lim_and_transforms(self)
133
134
# Need to put the skew in the middle, after the scale and limits,
0 commit comments