@@ -10,24 +10,24 @@ Release Notes
1010Toyplot 0.15.0 - July 27, 2017
1111------------------------------
1212
13- Markers can be embedded in any text, including tick marks, legends, labels, and table contents.
14- Hyperlinks can be embedded in any text using the <a href="..."> tag.
15- Legends are implemented using table coordinates, so legends can be customized using any table feature.
16- Started a new documentation section for case-studies, with graph community and neural network examples.
17- Started a new section in the documentation for projects using Toyplot.
18- Callers can define their own custom marks, and modify rendering for existing marks, using the new rendering API.
19- Defined a new API for embedding Javascript in HTML markup, for use with custom marks.
20- Graph visualizations can export vertex and edge data as CSV tables.
21- Added support for head, middle, and tail markers on graph edges.
22- Added an `offset ` property for Cartesian axis labels.
23- Toyplot colors are allowed as style property values.
24- Per-series and per-datum colors can be specified using Python sequences as well as numpy arrays.
25- Error messages specify which CSS properties are allowed.
26- Deprecated the `gutter ` parameter in favor of `margin `, which can specify separate left / right / top / bottom margins, if desired.
27- Added `toyplot.html.tostring() ` to simplify generating HTML.
28- Added a style option to `toyplot.html.render() ` and `toyplot.html.tostring() `.
29- Added a `palette ` argument to override the default series palette when creating axes.
30- Text markup didn't include units for font-size, causing incorrect results on Firefox.
13+ * Markers can be embedded in any text, including tick marks, legends, labels, and table contents.
14+ * Hyperlinks can be embedded in any text using the <a href="..."> tag.
15+ * Legends are implemented using table coordinates, so legends can be customized using any table feature.
16+ * Started a new documentation section for case-studies, with graph community and neural network examples.
17+ * Started a new section in the documentation for projects using Toyplot.
18+ * Callers can define their own custom marks, and modify rendering for existing marks, using the new rendering API.
19+ * Defined a new API for embedding Javascript in HTML markup, for use with custom marks.
20+ * Graph visualizations can export vertex and edge data as CSV tables.
21+ * Added support for head, middle, and tail markers on graph edges.
22+ * Added an `offset ` property for Cartesian axis labels.
23+ * Toyplot colors are allowed as style property values.
24+ * Per-series and per-datum colors can be specified using Python sequences as well as numpy arrays.
25+ * Error messages specify which CSS properties are allowed.
26+ * Deprecated the `gutter ` parameter in favor of `margin `, which can specify separate left / right / top / bottom margins, if desired.
27+ * Added `toyplot.html.tostring() ` to simplify generating HTML.
28+ * Added a style option to `toyplot.html.render() ` and `toyplot.html.tostring() `.
29+ * Added a `palette ` argument to override the default series palette when creating axes.
30+ * Text markup didn't include units for font-size, causing incorrect results on Firefox.
3131
3232Toyplot 0.14.0 - April 17, 2017
3333-------------------------------
0 commit comments