-
-
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
style not defined #475
Comments
Starting with the PlotlyJS.jl v0.18.0 the style has been removed, because its functionality is now available in plotly templates. |
@empet Maybe update the documentation accordingly then? |
Here are the docs for the last version: https://github.com/plotly/plotlyjs.jl-docs/tree/master/julia or https://plotly.com/julia/, and here the trace and layout reference https://plotly.com/julia/reference/. |
Thanks for the prompt. I've just come on as a new maintainer and become aware of this last week. The docs will be updated soon. |
The documentation is still outdated, mentioning Styles and style everywhere. Can a maintainer please erase these sections from the docs? |
Thank you for the reminder. |
Describe the bug
I am not able to apply any styles as mentioned in the documentation. It seems that neither the
use_styles!()
function or style parameter in theplot()
function are defined. What am I doing wrong?Version info
Please provide the following:
using Pkg; pkg"status"
(if you are on Julia 0.6 or earlier runPkg.status()
)The text was updated successfully, but these errors were encountered: