Skip to content

colorscales section #56

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

Merged
merged 2 commits into from
Jul 3, 2019
Merged

colorscales section #56

merged 2 commits into from
Jul 3, 2019

Conversation

jonmmease
Copy link
Contributor

@jonmmease jonmmease commented Jun 29, 2019

This is a minimal update to the colorscale section. This brought to mind the need to allow graph object colorscales to accept the colorscale sequences as defined in plotly.colors (plotly/plotly.py#1646).

This section should be updated along with plotly/plotly.py#1646 to discuss the plotly.colors.sequential and plotly.colors.qualitative modules and include plotly express examples.

Doc upgrade checklist:

  • 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() or iplot()
  • graph_objs has been renamed to graph_objects
  • fig = <something> call is high up in each example
  • minimal creation of intermediate trace objects
  • liberal use of add_trace and update_layout
  • fig.show() at the end of each example
  • px example at the top if appropriate
  • v4upgrade: true metadata added
  • minimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14

@nicolaskruchten
Copy link
Contributor

💃

@jonmmease jonmmease merged commit 44af695 into master Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants