File tree Expand file tree Collapse file tree
examples/shapes_and_collections Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414or the axis labels.
1515
1616Arrows 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.
1818Here we show three use cases for plotting arrows, depending on whether the
1919head or anchor points need to be fixed in data or display space:
2020
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def constrain_margins(self):
122122
123123 Margin minimums are set to make room for axes decorations. However,
124124 the margins can be larger if we are mathicng the position size to
125- otehr axes.
125+ other axes.
126126 """
127127 sol = self .solver
128128
Original file line number Diff line number Diff line change 4040##############################################################################
4141# The list of colors that comprise the colormap can be directly accessed using
4242# 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
4444# of values matching the length of the colormap. Note that the returned list
4545# is in the form of an RGBA Nx4 array, where N is the length of the colormap.
4646
You can’t perform that action at this time.
0 commit comments