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 66chosen ticks. However, you may want to allow matplotlib to dynamically
77choose the number of ticks and their spacing.
88
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.
1111
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.
1614
1715"""
1816
You can’t perform that action at this time.
0 commit comments