77The Toyplot Ethos
88=================
99
10- What began as a quick workaround to reduce the size of animations in IPython
11- quickly grew into Toyplot, "the kid-sized plotting toolkit with grownup-sized
12- goals". In a nutshell, we think that scientists and engineers should expect
13- more from their plots: more interaction, more reproducibility, greater clarity,
14- and better aesthetics.
10+ What began as a quick workaround to reduce the size of animated figures in
11+ IPython quickly grew into Toyplot, "the kid-sized plotting toolkit with
12+ grownup-sized goals". In a nutshell, we think that scientists and engineers
13+ should expect more from their plots, including: explicit support for
14+ reproducibility and open science, greater clarity, and better aesthetics.
1515
1616We especially feel that, in an age of ubiquitous electronic media and the web,
1717it makes little sense to publish using media (such as PDF) designed to mimic
@@ -20,16 +20,16 @@ HTML, and Javascript - as its primary medium, so we can make useful new
2020interactions part of the everyday experiences of data graphic users. Because
2121we're passionate about publishing and sharing results, Toyplot graphics are
2222completely self-contained and embeddable, without the need for a server. All
23- of the Toyplot graphics you see in these pages are live and interactive,
24- despite the fact that they were created offline in an IPython notebook and
25- passed through several publishing steps on the way to becoming our
26- documentation. Of course, we provide backends to publish Toyplot figures
27- to legacy formats including PNG, PDF, Encapsulated Postscript, and MP4.
23+ of the Toyplot graphics you will see in this documentation are live and
24+ interactive, despite the fact that they were created offline in an IPython
25+ notebook and passed through several publishing steps on the way to becoming our
26+ documentation. Of course, we provide backends to publish Toyplot figures to
27+ legacy formats including PNG, PDF, Encapsulated Postscript, and MP4.
2828
2929Interactivity includes obvious things such as zooming and panning. But beyond
30- that, Toyplot is exploring ideas from efficient animation that doesn't impact
31- the quality of the graphic to interactive data cursors that display quantities
32- of interest and descriptive statistics by pointing at the figure . And since
30+ that, Toyplot is exploring ideas including efficient animation that doesn't impact
31+ the quality of the graphic, and interactive data cursors that display quantities
32+ of interest and descriptive statistics just by hovering the mouse . And since
3333the raw data is already implicitly embedded in a graphic, why not support
3434reproducibility by making it easy to export, so the viewer can work with it
3535themselves? That's why Toyplot has a context menu to export raw data from a
0 commit comments