Doc upgrade checklist:
- random seed is set if using random data
- file has been moved from
unconverted/x/y.mdtox/y.md - old boilerplate at top and bottom of file has been removed
- Every example is independently runnable and is optimized for short line count
- no more
plot()oriplot() -
graph_objshas been renamed tograph_objects -
fig = <something>call is high up in each example - minimal creation of intermediate
traceobjects - liberal use of
add_traceandupdate_layout -
fig.show()at the end of each example -
pxexample at the top if appropriate - minimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14