Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeadf7b

Browse files
committed
Update demo_floating_axes.py
1 parent 6db67ad commit eeadf7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/axisartist/demo_floating_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ def setup_axes3(fig, rect):
8484

8585
grid_locator2 = MaxNLocator(3)
8686

87+
# Set theta limits in degrees
8788
ra0, ra1 = 8.*15, 14.*15
89+
# Set radial limits
8890
cz0, cz1 = 0, 14000
8991
grid_helper = floating_axes.GridHelperCurveLinear(
9092
tr, extremes=(ra0, ra1, cz0, cz1),

0 commit comments

Comments
 (0)