File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
examples/ticks_and_spines Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33Spines
44======
55
6- This demo compares :
7- - normal axes, with spines on all four sides
8- - an axes with spines only on the left and bottom.
9- - an axes using custom bounds to limit the extent of the spine
6+ This demo compares:
7+ - normal axes, with spines on all four sides;
8+ - an axes with spines only on the left and bottom;
9+ - an axes using custom bounds to limit the extent of the spine;
1010"""
1111import numpy as np
1212import matplotlib .pyplot as plt
3030ax1 .yaxis .set_ticks_position ('left' )
3131ax1 .xaxis .set_ticks_position ('bottom' )
3232
33-
3433ax2 .plot (x , y )
3534
3635# Only draw spine between the y-ticks
Original file line number Diff line number Diff line change 33Tick locators
44=============
55
6- Show the different tick locators
6+ Show the different tick locators.
77"""
88
99import numpy as np
You can’t perform that action at this time.
0 commit comments