| Revision 5263:b921b717af76,
525 bytes
checked in by William Stein <wstein@…>, 6 years ago
(diff) |
|
Added support for easily creating animated gifs from a collection of plots in the notebook.
|
| Line | |
|---|
| 1 | from plot import (Graphics, line, polygon, plot, point, points, |
|---|
| 2 | text, circle, disk, hue, graphics_array, |
|---|
| 3 | list_plot, networkx_plot, parametric_plot, |
|---|
| 4 | polar_plot, contour_plot, arrow, |
|---|
| 5 | plot_vector_field, matrix_plot, bar_chart, |
|---|
| 6 | is_Graphics, |
|---|
| 7 | show_default, |
|---|
| 8 | plot_animated_gif) |
|---|
| 9 | |
|---|
| 10 | from plot3d import (Graphics3d, point3d, line3d, plot3d) |
|---|
| 11 | |
|---|
| 12 | from plot3dsoya_wrap import plot3dsoya |
|---|
| 13 | |
|---|
| 14 | from tachyon import Tachyon |
|---|
Note: See
TracBrowser
for help on using the repository browser.