-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options for savefig #4
Comments
Can we also add another option to savefig(p, "plot.html", js=("remote", "local", "embed")) |
Excellent idea. I'd be happy to accept a pull request if you feel up for it. To me it sounds like a keyword argument with type // Spencer
|
Done you can review it here https://github.com/asbisen/PlotlyJS.jl usage would look like:
|
Minimum options needed:
The width/height options would preferably accept measures like
height=4inch, width=8inch
This might be relevant: http://stackoverflow.com/a/26047748/1742701
The text was updated successfully, but these errors were encountered: