Chart studio docs uprade #36
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v4 updates to the chart_studio section. All of these .mds have been run successfully using chart_studio==1.0.0a4 and plotly==4.0.0a4. Since /file-options and /sending-data-to-charts just explain how to use the now removed
fileopt
argument, they are not included in the v4 update as mentioned in #16.I ran into some trouble with the presentations-tool page since there are ```python codeblocks used in the examples which don't play nice with jupytext. I couldn't get any of the examples that use codeblocks to work on chart studio beyond the first slide (https://plot.ly/~AdamKulidjian/3704/pres-with-code/) on chart studio anyway so I just 🔪 them.
resolves #22
Doc upgrade checklist:
Every example is independently runnable and is optimized for short line countno moreplot()
oriplot()
graph_objs
has been renamed tograph_objects
fig = <something>
call is high up in each exampleminimal creation of intermediatetrace
objectsadd_trace
andupdate_layout
fig.show()
at the end of each examplepx
example at the top if appropriatev4upgrade: true
metadata addedminimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14