Plotly and IPython
Collaborative Graphing with Excel,
MATLAB, Python and R
Andrew Seier
andrew@plot.ly
Big ideas.
Building a data visualization community.
Data and visualizations belong together.
Better visualizations mean better understanding.
No one likes parsing weird data files.
One URL.
More than just a visualization.
Excel
Python
R
MATLAB
Julia
matplotlib
ggplot2
A graph is a graph is a graph.
Explore with different visualizations.
Programmatic Access
IPython Demo
Collaboration.
Across languages.
Across skill sets.
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)
With your future self.
Grids.
Plots have grids.
Creating grids.
Importing data.
Analysis and fits.
Analysis in the grid.
Including fits.
Extras.
Streaming.
3D.
Themes.
Takeaways.
Beautiful is better.
Plotly <3 sharing.
We'll parse it for you.
Data + vis. = unity.
Thanks!
presentation: https://slides.com/theenginear/dataweek-plotly
dataweek-plotly
By theenginear
dataweek-plotly
- 903