plotly-mathematica icon indicating copy to clipboard operation
plotly-mathematica copied to clipboard

A package for plotting plot.ly graphs in Wolfram Mathematica

Results 4 plotly-mathematica issues
Sort by recently updated
recently updated
newest added

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->""

enhancement

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.

enhancement

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.

bug