File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
examples/ticks_and_spines Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 6
6
chosen ticks. However, you may want to allow matplotlib to dynamically
7
7
choose the number of ticks and their spacing.
8
8
9
- In this case may be better to determine the tick label from the value
10
- at the tick. The following example shows how to do this.
9
+ In this case it may be better to determine the tick label from the
10
+ value at the tick. The following example shows how to do this.
11
11
12
- NB: The MaxNLocator is used here to ensure that the tick
13
- values take integer values. As such, we need to catch
14
- any IndexErrors in the format function where we have not
15
- defined a label for that particular tick
12
+ NB: The MaxNLocator is used here to ensure that the tick values
13
+ take integer values.
16
14
17
15
"""
18
16
You can’t perform that action at this time.
0 commit comments