-
-
Notifications
You must be signed in to change notification settings - Fork 544
HTML to ipynb update - matplotlib/colormaps #1034
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
HTML to ipynb update - matplotlib/colormaps #1034
Conversation
@bcdunbar @cldougl the document has been fixed. Here is the notebook_demo: https://plot.ly/~notebook_demo/228/. Also please refer #1033 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Minor capitalization change suggested.
</div> | ||
<div class="inner_cell"> | ||
<div class="text_cell_render border-box-sizing rendered_html"> | ||
<h3 id="Colorbar-Custom-Size-and-TIcks">Colorbar Custom Size and TIcks<a class="anchor-link" href="#Colorbar-Custom-Size-and-TIcks">¶</a></h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change TIcks to Ticks.
"import plotly.graph_objs as go\n", | ||
"import plotly.tools as tls\n", | ||
"# Learn about API authentication here: https://plot.ly/python/getting-started\n", | ||
"# Find your api_key here: https://plot.ly/settings/api\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wrote this in the other PR but I'll paste it here too.
# Learn about API authentication here: https://plot.ly/python/getting-started
# Find your api_key here: https://plot.ly/settings/api
Looking at it again, I don't think that we require these commented lines anymore. They seem redundant given that this information is contained in the New to Plotly? section.
"metadata": {}, | ||
"source": [ | ||
"See [https://plot.ly/python/reference/#layout-xaxis-rangeslider](https://plot.ly/python/reference/#layout-xaxis-rangeslider) and\n", | ||
"[https://plot.ly/python/reference/#layout-xaxis-rangeselector](https://plot.ly/python/reference/#layout-xaxis-rangeselector) for more information and chart attribute options!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that the references are relevant to this doc. Perhaps, just make this one something like:
#### Reference
See https://plot.ly/python/reference/ for more information and chart attribute options!
Almost there π One last minor update to the reference section and then you can π |
looks good π |
Update for colors and colormaps #802