Collaborative Graphing with Excel,
MATLAB, Python and R
Andrew Seier
andrew@plot.ly
Excel
Python
R
MATLAB
Julia
matplotlib
ggplot2
A graph is a graph is a graph.
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