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.
2 parents 79c774f + 9e07833 commit 76a884cCopy full SHA for 76a884c
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
+ # Specify theta limits in degrees
88
ra0, ra1 = 8.*15, 14.*15
89
+ # Specify radial limits
90
cz0, cz1 = 0, 14000
91
grid_helper = floating_axes.GridHelperCurveLinear(
92
tr, extremes=(ra0, ra1, cz0, cz1),
0 commit comments