Collaborative Graphing with Excel,
MATLAB, Python and R
Andrew Seier
andrew@plot.ly
plot.ly/~theengineear/1058
Excel
Python
R
MATLAB
Julia
matplotlib
ggplot2
A graph is a graph is a graph.
matplotlib conversion
import plotly.plotly as py from plotly.graph_objs import * py.sign_in('Python-Demo-Account', 'gwt101uhh0') data = Data([ Bar( x=[1, 2, 3, 4], y=[2, 1, 2, 4] ) ]) plot_url = py.plot(data)
presentation: https://slides.com/theengineear/dataweek-plotly
By Andrew Seier
Presentation for dataweek.
Python/Django/JS developer at Plotly.