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

Skip to content

Commit 9e07833

Browse files
committed
Update demo_floating_axes.py
1 parent eeadf7b commit 9e07833

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/axisartist/demo_floating_axes.py

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

8585
grid_locator2 = MaxNLocator(3)
8686

87-
# Set theta limits in degrees
87+
# Specify theta limits in degrees
8888
ra0, ra1 = 8.*15, 14.*15
89-
# Set radial limits
89+
# Specify radial limits
9090
cz0, cz1 = 0, 14000
9191
grid_helper = floating_axes.GridHelperCurveLinear(
9292
tr, extremes=(ra0, ra1, cz0, cz1),

0 commit comments

Comments
 (0)