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

Skip to content

Commit 76a884c

Browse files
committed
Merge pull request #6369 from dstansby/floating-axis-comments
DOC: Update demo_floating_axes.py with comments
2 parents 79c774f + 9e07833 commit 76a884c

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+
# Specify theta limits in degrees
8788
ra0, ra1 = 8.*15, 14.*15
89+
# Specify 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)