X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/axisartist/demo_floating_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ def setup_axes3(fig, rect):

grid_locator2 = MaxNLocator(3)

# Specify theta limits in degrees
ra0, ra1 = 8.*15, 14.*15
# Specify radial limits
cz0, cz1 = 0, 14000
grid_helper = floating_axes.GridHelperCurveLinear(
tr, extremes=(ra0, ra1, cz0, cz1),
Expand Down
X Tutup