Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2011-01-16 18:41:12
Size: 10601
Comment:
Revision 9 as of 2012-04-18 18:43:57
Size: 10643
Editor: bvarberg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
{{{ {{{#!sagecell
Line 132: Line 132:
{{{ {{{#!sagecell
Line 153: Line 153:
    sel_data = [[q[2],q[4]] for q in datalines if start_date < q[2] < end_date]     sel_data = [[q[2],q[4]] for q in datalines if start_date <= q[2] <= end_date]
Line 187: Line 187:
{{{ {{{#!sagecell
Line 227: Line 227:
{{{ {{{#!sagecell

Sage Interactions - Web applications

goto interact main page

Stock Market data, fetched from Yahoo and Google

by William Stein

stocks.png

CO2 data plot, fetched from NOAA

by Marshall Hampton

While support for R is rapidly improving, scipy.stats has a lot of useful stuff too. This only scratches the surface.

co2c.png

Arctic sea ice extent data plot, fetched from NSIDC

by Marshall Hampton

seaice.png

Pie Chart from the Google Chart API

by Harald Schilly

interact_with_google_chart_api.png

interact/web (last edited 2020-06-01 18:37:46 by kcrisman)