File tree 3 files changed +3
-3
lines changed
examples/shapes_and_collections 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
or the axis labels.
15
15
16
16
Arrows consist of a head (and possibly a tail) and a stem drawn between a
17
- start point and and end point, called 'anchor points' from now on.
17
+ start point and end point, called 'anchor points' from now on.
18
18
Here we show three use cases for plotting arrows, depending on whether the
19
19
head or anchor points need to be fixed in data or display space:
20
20
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def constrain_margins(self):
122
122
123
123
Margin minimums are set to make room for axes decorations. However,
124
124
the margins can be larger if we are mathicng the position size to
125
- otehr axes.
125
+ other axes.
126
126
"""
127
127
sol = self .solver
128
128
Original file line number Diff line number Diff line change 40
40
##############################################################################
41
41
# The list of colors that comprise the colormap can be directly accessed using
42
42
# the ``colors`` property,
43
- # or it can be acccessed indirectly by calling ``viridis`` with an array
43
+ # or it can be accessed indirectly by calling ``viridis`` with an array
44
44
# of values matching the length of the colormap. Note that the returned list
45
45
# is in the form of an RGBA Nx4 array, where N is the length of the colormap.
46
46
You can’t perform that action at this time.
0 commit comments