plotly-mathematica
plotly-mathematica copied to clipboard
A package for plotting plot.ly graphs in Wolfram Mathematica
I am new to plotly. Installed package into mathematica, but all Plotly commands ``` Needs["Plotly`"] Plotly[Sin[Exp[x]], {x, -Pi, Pi}, AxesLabel -> {"e", "s"}] ``` just return [...] ``` \!\( TagBox[...
Styling options as well as labelling don't work yet Examples AxesLabel->"" PlotLabel->"" PlotStyle->""
The current package is supported in Mathematica 10.0.0+ only. In the future parts of the code should be rewritten to use Mathematica JSON instead of version 10 specific functions.
Plotly[Re[Log[x]*Sin[x^2]/Tan[x^2]],{x,-10,10}] outputs only the positive part of the plot. Likely an error with the messy string postfix.