Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db80e29 + 40ef6d7 commit 655e109Copy full SHA for 655e109
examples/ticks_and_spines/tick_labels_from_values.py
@@ -6,13 +6,11 @@
6
chosen ticks. However, you may want to allow matplotlib to dynamically
7
choose the number of ticks and their spacing.
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.
+In this case it may be better to determine the tick label from the
+value at the tick. The following example shows how to do this.
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
+NB: The MaxNLocator is used here to ensure that the tick values
+take integer values.
16
17
"""
18
0 commit comments