Skip to content

Commit a50fa9a

Browse files
committed
Rebuild documentation.
1 parent a8aff32 commit a50fa9a

15 files changed

+2236
-1399
lines changed

docs/canvas-layout.rst

Lines changed: 166 additions & 102 deletions
Large diffs are not rendered by default.

docs/cartesian-axes.rst

Lines changed: 168 additions & 104 deletions
Large diffs are not rendered by default.

docs/color.rst

Lines changed: 84 additions & 52 deletions
Large diffs are not rendered by default.

docs/convenience.rst

Lines changed: 132 additions & 84 deletions
Large diffs are not rendered by default.

docs/data-tables.rst

Lines changed: 21 additions & 13 deletions
Large diffs are not rendered by default.

docs/labels-and-legends.rst

Lines changed: 129 additions & 81 deletions
Large diffs are not rendered by default.

docs/markers.rst

Lines changed: 189 additions & 117 deletions
Large diffs are not rendered by default.

docs/matrix-visualization.rst

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/release-notes.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@
77
Release Notes
88
=============
99

10+
Toyplot 0.6.0 - July 13, 2015
11+
-----------------------------
12+
13+
* Unicode text wasn't handled correctly by text marks.
14+
* Added an experimental matrix visualization using table axes.
15+
* Added a "title" property for table cells.
16+
* Fix inconsistencies in our use of alignment-baseline and text-anchor CSS properties.
17+
* Added a new section to the user guide on the convenience API.
18+
* Allow real-world units for canvas layouts, and tweak the parameter order for corner layouts.
19+
* Expanded user guide documentation on canvas layouts.
20+
* Added table axes regions for all four sides and corners, plus a property to access every cell in a region.
21+
* Added automatic conversion from numpy NpzFile to toyplot.data.Table.
22+
* Added experimental support for graph visualization.
23+
* Allow toyplot.data.Table initialization from a sequence of 2-tuples.
24+
* Cairo backends were ignoring -toyplot-anchor-shift.
25+
* Cairo backends didn't handle all supported alignment-baseline values.
26+
* Added matrix and table visualizations to the convenience API.
27+
* Added accessors for shape, row count, and column count for table axes and regions.
28+
* Added toyplot.locator.Integer, and a step parameter to control labelling for matrix visualizations.
29+
* Always return a unicode string from toyplot.canvas.Canvas._repr_html_(), for compatibility with Jupyter / IPython notebooks running Python 3 kernels.
30+
* Assign a sensible default filename for CSV downloads, for browsers that support it.
31+
* Added a contributed Conda build recipe.
32+
* Allow toyplot.data.Table to be initialized from a 2D numpy array.
33+
* Rename the toyplot.axes.Table "title" parameter to "label" for consistency with the other axes.
34+
* Added a new "Labels and Legends" section to the user guide.
35+
* Added a new "Tick Locators" section to the user guide.
36+
* Added experimental toyplot.data.contiguous() function to identify contiguous ranges in an array.
37+
* Fix a problem with interactive Y coordinates when using a log scale that straddled the origin.
38+
1039
Toyplot 0.5.0 - May 26, 2015
1140
----------------------------
1241

docs/rendering.rst

Lines changed: 21 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)