Differences between revisions 9 and 13 (spanning 4 versions)
Revision 9 as of 2012-04-18 18:43:57
Size: 10643
Editor: bvarberg
Comment:
Revision 13 as of 2019-11-15 08:22:52
Size: 10741
Editor: chapoton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
== Stock Market data, fetched from Yahoo and Google == == Stock Market data, fetched from Yahoo and Google FIXME ==
Line 8: Line 8:

(Need to fix plotting warnings as well as some stocks give index errors (like bsc, etc.)
Line 119: Line 121:
     k = Y.keys(); k.sort()      k = list(Y); k.sort()
Line 238: Line 240:
    print url     print(url)

Sage Interactions - Web applications

goto interact main page

Stock Market data, fetched from Yahoo and Google FIXME

by William Stein

(Need to fix plotting warnings as well as some stocks give index errors (like bsc, etc.)

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)