Replies: 1 comment 1 reply
-
We are very glad to hear that! 🚀 Regarding The correct example then will look like trace1 = <|
"x" -> Range[100],
"y" -> Sinc @ Range[100] // N,
"mode" -> "markers"
|>;
layout = <|"xaxis" -><|"title" -> "Date"|>, "yaxis" -><|"title" -> "Power"|>|>;
Plotly[trace1, layout] probably we need to use different margin parameter for default, but you can specify it in layout association For more information in API, please check
Regarding native
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi:
Notebook 2.0 is a huge improvement over earlier versions which was quite buggy. It's becoming more feasible to do relatively complex computations. The documentation progress is commendable. I have a question on plotting. I could not get layout to work with Plotly. I was assuming something like this would work.
Plot without layout works but I tried different layout options and none work. Trying to add Plot Title, change width, height also failed. Any tips?
Thanks!
Gani -
Beta Was this translation helpful? Give feedback.
All reactions