@@ -42,19 +42,21 @@ Features
42
42
spine, tick mark, tick label, axis label, and offset label sides to the opposite of
43
43
the default: *left * for the new alternate axes, *right * for the original axes.
44
44
* Add documentation explaining default inheritance of the ``loc ``
45
- `proplot.axes.CartesianAxes.format ` keywords (:commit: `1fa90f87 `). The order is
45
+ `proplot.axes.CartesianAxes.format ` keywords (:commit: `1fa90f87 `). Order is `` loc `` or
46
46
``spineloc `` --> ``tickloc `` --> ``ticklabelloc `` --> ``labelloc `` and ``offsetloc ``,
47
- e.g. ``xspineloc ='bottom' `` implies ``xtickloc='bottom' `` unless specified otherwise.
47
+ e.g. ``xloc ='bottom' `` implies ``xtickloc='bottom' `` unless specified otherwise.
48
48
* Add documentation for previously-hidden `xticklabelloc `, `yticklabelloc `, `xlabelloc `,
49
49
and `ylabelloc ` `proplot.axes.CartesianAxes.format ` keywords (:commit: `1fa90f87 `).
50
- * Add `offsetloc ` keyword to control position of y axis order-of-magnitude offset
51
- label location (used with large numbers) (:commit: `96a37e53 `).
50
+ * Add `xoffsetloc `, ` yoffsetloc ` keywords to control position of order-of-magnitude
51
+ indicator location for x and y axes ( with large numbers) (:commit: `96a37e53 `).
52
52
* Add `xlabelcolor ` and `ylabelcolor ` keywords as alternatives to `xcolor ` and `ycolor `
53
53
to change just the label color and nothing else (:commit: `d2f20970 `).
54
54
* Add `base ` keyword to `~proplot.ticker.SigFigFormatter ` to optionally round to
55
55
multiples other than factors of 10 (:commit: `3b00e8a0 `).
56
56
* Support single-color parametric plots with e.g. ``ax.parametric(x, y, color='red') ``
57
57
as quick alternative to `plot ` without "sticky edges" (:commit: `98504b86 `).
58
+ * Support legend entries for parametric lines by interpreting `label ` and `value `
59
+ separately from `labels ` and `values ` (:commit: `14a0cfdc `).
58
60
* Increase `zorder ` of title/a-b-c text from ``3 `` to ``3.5 `` so it overlies
59
61
e.g. text contour labels (:commit: `77fa01da `).
60
62
* Ensure contour `labels ` appear on top of inner titles/a-b-c labels by decreasing
0 commit comments