From Matthew Sundquist: The Possibilities Of Plotting With pandas and IPython · · PyData
“I'm working on this project called Plotly — we have a Python API for making plots directly from Python and from pandas; you can do maps and all manner of other plots and 3D plots.”
On , Matt Sundquist, Cofounder at Plotly, spoke about data visualization during Matthew Sundquist: The Possibilities Of Plotting With pandas and IPython on PyData.
In a 2015 PyData Seattle talk, Matthew Sundquist, cofounder of Plotly, described the company's Python API for creating plots directly from Python and pandas, including maps, 3D plots, and other visualizations. He explained that Plotly is based in Montreal and aims to support collaborative, cloud-based plotting, with all APIs and figure converters being open source. Sundquist noted that users can do unlimited free public plotting on the cloud, with edu accounts available for educational projects, and that licensing is offered for offline or on-premises server use. Sundquist stated that Plotly uses D3 and WebGL for browser-based rendering, and that data is sent to Plotly's servers when using the cloud product, then rendered on the client. He emphasized that Plotly does not make intellectual property claims to user data. He also mentioned that users can comfortably plot 20,000 to 40,000 points per plot in the browser, with the offline product supporting millions of points, and that a new WebGL backend was in development to allow for even larger datasets.