Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nevensky/plotly-mathematica
A package for plotting plot.ly graphs in Wolfram Mathematica
https://github.com/Nevensky/plotly-mathematica
Last synced: about 1 month ago
JSON representation
A package for plotting plot.ly graphs in Wolfram Mathematica
- Host: GitHub
- URL: https://github.com/Nevensky/plotly-mathematica
- Owner: Nevensky
- Created: 2014-08-25T13:14:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T00:45:54.000Z (about 10 years ago)
- Last Synced: 2024-08-05T09:11:34.079Z (5 months ago)
- Language: Mathematica
- Homepage:
- Size: 250 KB
- Stars: 25
- Watchers: 7
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wolfram-language - plotly-mathematica
README
# PlotlyMathematica
A package for creating plot.ly graphs in Wolfram Mathematica![Plotly-Mathematica Plot](http://cl.ly/XybJ/Image%202014-10-11%20at%2012.15.25%20pm.png)
## Getting started
1. Install package (File->Install) and select plotly.m as the source
2. Type Needs["Plotly`"] in your notebook.
3. The syntax matches native Plot function, just type Plotly[yourfunction,{x,min,max}] to make your first plot.
4. (optional) type PlotlyLogin[username,APIKey] to plot under your Plotly account## Version 0.2 (current)
- bugfixes & optimization
- proper package declaration
- out of the box plotting, no need to input user/pass## Future releases
### Version 0.3 (in the works)
- support for older versions of Mathematica (replace URLExecute with JSON)
- support for styling
- code rewrite### Version 0.4+ (planned)
- support for discrete plots, histograms, heatmaps, data streams, 3d plots, etc.## Legacy releases
### Version 0.1 (legacy)
- replicates the functionality of the the native Plot function within Mathematica
- works only in Mathematica 10
- no support for styling within Mathematica (PlotStyle, PlotLabel, AxesLabel, etc.)
- no support for imaginary units
- indeterminate function values are set to 0