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 6be8fb2 commit 069c4dcCopy full SHA for 069c4dc
1 file changed
examples/api/custom_scale_example.py
@@ -5,6 +5,11 @@
5
from matplotlib import scale as mscale
6
from matplotlib import transforms as mtransforms
7
from matplotlib.ticker import Formatter, FixedLocator
8
+from matplotlib import rcParams
9
+
10
11
+# BUG: this example fails with any other setting of axisbelow
12
+rcParams['axes.axisbelow'] = False
13
14
15
class MercatorLatitudeScale(mscale.ScaleBase):
0 commit comments