|
| 1 | +Plotly - Create publication quality graphs, all in your web browser! |
| 2 | +------ |
| 3 | +Plotly (https://plot.ly) is a browser-based data analysis and visualization tool that creates interactive, customizable, publication quality figures. |
| 4 | + |
| 5 | +This API allows MATLAB users to generate Plotly graphs from their desktop MATLAB environment. |
| 6 | + |
| 7 | +All graphs can be styled and shared through Plotly's interactive web application. |
| 8 | +To use, simply: |
| 9 | +1) sign-up, |
| 10 | +2) sign-in, |
| 11 | +3) call: >> plotly(x,y) with your data, |
| 12 | +4) View, style and share your plot in your browser at Plotly (https://plot.ly) |
| 13 | + |
| 14 | +See full documentation and examples at https://plot.ly/API |
| 15 | + |
| 16 | + |
| 17 | +Example Graphs |
| 18 | +-------------- |
| 19 | +Scatter - https://plot.ly/~chris/514/ |
| 20 | +Scatter + Line - https://plot.ly/~jackp/614/ |
| 21 | +Stacked Bar - https://plot.ly/~jackp/655/ |
| 22 | +Grouped Bar - https://plot.ly/~jackp/540/700/500/ |
| 23 | +2D Histogram + Scatter - https://plot.ly/~chris/497/ |
| 24 | +1D Histogram - https://plot.ly/~chris/429/ |
| 25 | +Line - https://plot.ly/~jackp/645/ |
| 26 | +Area - https://plot.ly/~jackp/621/ |
| 27 | +Heatmap - https://plot.ly/~jackp/620/ |
| 28 | +Error Bars - https://plot.ly/~chris/421/ |
| 29 | + |
| 30 | + |
| 31 | +Plotly Features |
| 32 | +--------------- |
| 33 | +- Send data to your Plotly account through this API |
| 34 | +- Graphs are fully customizable through the Plotly web-app |
| 35 | +- Rich colour and styling options |
| 36 | +- View and style graphs interactively in your browser |
| 37 | +- Publication quality exports to PNG, SVG, EPS, PDF |
| 38 | +- Share graphs through links, Facebook, and Twitter |
| 39 | + |
| 40 | + |
| 41 | +Example Workflow |
| 42 | +---------------- |
| 43 | +1. Collect or generate some data in your MATLAB environment |
| 44 | +2. Send data to your Plotly account through this Plotly-MATLAB API |
| 45 | +3. View interactive graph in your browser, e.g.: https://plot.ly/~chris/407/ |
| 46 | +4. Style graph in the Plotly GUI |
| 47 | +5. Share graph by shortlink, Facebook, or Twitter |
| 48 | +6. Export to PNG, PDF, EPS, SVG |
| 49 | + |
| 50 | + |
| 51 | +Documentation |
| 52 | +------------- |
| 53 | +Full documentation and examples at https://plot.ly/API |
0 commit comments