Differences between revisions 18 and 20 (spanning 2 versions)
Revision 18 as of 2012-04-07 04:45:45
Size: 14152
Editor: jason
Comment:
Revision 20 as of 2012-05-09 02:10:02
Size: 14153
Editor: jason
Comment:
Deletions are marked like this. Additions are marked like this.
Line 163: Line 163:
}}}
{{{#!sagecell

@interact
def _(band_number = selector(range(1,5)), current_color = Color('red')):

@interact
def _(band_number = selector(range(1,5)), current_color = Color('red'), auto_update=False):

Sage Interactions - Graphics

goto interact main page

Curves of Pursuit

by Marshall Hampton.

pcurves.png

Catalog of 3D Parametric Plots

parametricplot3d.png

Interactive rotatable raytracing with Tachyon3d

tachyonrotate.png

Interactive 3d plotting

tachyonplot3d.png

Somewhat Silly Egg Painter

by Marshall Hampton (refereed by William Stein)

eggpaint.png

Plot Coloring

by Timothy Clemans

color_of_plot_changer.png

Interactive 2D Plotting

by Timothy Clemans

interactive_2d_plotting.png

Interact with matplotlib

matplotlib_interact.png

Spirograph

interactive_animate_spirograph.png

interact/graphics (last edited 2020-06-02 15:13:32 by kcrisman)