Differences between revisions 15 and 21 (spanning 6 versions)
Revision 15 as of 2010-12-18 06:42:59
Size: 14052
Editor: Eviatar
Comment:
Revision 21 as of 2016-09-19 14:20:59
Size: 14158
Editor: jdemeyer
Comment: Put import of cos, sin inside function to avoid side effects
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
{{{ {{{#!sagecell
Line 11: Line 11:
from math import cos,sin
Line 13: Line 12:
    from math import cos, sin
Line 51: Line 51:
{{{ {{{#!sagecell
Line 121: Line 121:
{{{ {{{#!sagecell
Line 134: Line 134:
{{{ {{{#!sagecell
Line 157: Line 157:
{{{ {{{#!sagecell
Line 163: Line 163:
}}}
{{{

@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):
Line 176: Line 175:
{{{ {{{#!sagecell
Line 187: Line 186:
== Interactive 2d Plotting == == Interactive 2D Plotting ==
Line 189: Line 188:
{{{ {{{#!sagecell
Line 222: Line 221:
{{{ {{{#!sagecell
Line 243: Line 242:
{{{ {{{#!sagecell

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)