Skip to content

Commit

Permalink
Toyplot 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Nov 5, 2014
1 parent 05c3e44 commit 4f1a63e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
Features
========

* Plot types: bar plots, filled region plots, line plots, scatter plots, rectangle plots, text plots.
* Plot types: bar plots, filled region plots, line plots, scatter plots, rectangle plots, table plots, text plots.
* Styling: all plot elements stylable using CSS.
* Integrates with IPython without any need for plugins, magics, etc.
* Interaction types: display interactive mouse coordinates, export figure data to CSV.
* Interactive output formats: Embeddable, self-contained HTML+SVG+Javascript.
* Static output formats: SVG, PNG, PDF, EPS, MP4.
* Static output formats: SVG, PNG, PDF, EPS, MP4, WEBM.
* Portability: common code base for Python 2.7 / Python 3.4.
* Testing: greater-than-95% regression test coverage.

9 changes: 9 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
Release Notes
=============

Toyplot 0.3.0 - November 5, 2014
--------------------------------

* Switched to toyplot.data.Table for all internal data storage.
* Reorganized the codebase into smaller, more focused modules.
* Added a new backend to produce WebM video.
* Data tables can be rendered to LaTeX.
* New table axes for rendering tables as data graphics.

Toyplot 0.2.0 - September 2, 2014
---------------------------------

Expand Down

0 comments on commit 4f1a63e

Please sign in to comment.