File tree 2 files changed +5
-6
lines changed
examples/ticks_and_spines
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
Spines
4
4
======
5
5
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;
10
10
"""
11
11
import numpy as np
12
12
import matplotlib .pyplot as plt
30
30
ax1 .yaxis .set_ticks_position ('left' )
31
31
ax1 .xaxis .set_ticks_position ('bottom' )
32
32
33
-
34
33
ax2 .plot (x , y )
35
34
36
35
# Only draw spine between the y-ticks
Original file line number Diff line number Diff line change 3
3
Tick locators
4
4
=============
5
5
6
- Show the different tick locators
6
+ Show the different tick locators.
7
7
"""
8
8
9
9
import numpy as np
You can’t perform that action at this time.
0 commit comments