Differences between revisions 14 and 15
Revision 14 as of 2020-06-01 17:32:13
Size: 10749
Editor: kcrisman
Comment:
Revision 15 as of 2020-06-01 17:32:49
Size: 10753
Editor: kcrisman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 140: Line 140:
co2data = U.urlopen('ftp://ftp.cmdl.noaa.gov/ccg/co2/trends/co2_mm_mlo.txt').readlines() co2bytedata = U.urlopen('ftp://ftp.cmdl.noaa.gov/ccg/co2/trends/co2_mm_mlo.txt').readlines()

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

One can do many things with scipy.stats. 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)