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 6db67ad commit eeadf7bCopy full SHA for eeadf7b
1 file changed
examples/axisartist/demo_floating_axes.py
@@ -84,7 +84,9 @@ def setup_axes3(fig, rect):
84
85
grid_locator2 = MaxNLocator(3)
86
87
+ # Set theta limits in degrees
88
ra0, ra1 = 8.*15, 14.*15
89
+ # Set radial limits
90
cz0, cz1 = 0, 14000
91
grid_helper = floating_axes.GridHelperCurveLinear(
92
tr, extremes=(ra0, ra1, cz0, cz1),
0 commit comments