Add additional colors to plotly* theme colorways, set mapbox style in plotly* themes #1408
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.
This PR closes #1392 by adding 4 additional colors to the plotly* theme colorways.
It also sets the mapbox style to
'light'
in the plotly and plotly_white themes, and it sets the mapbox style to'dark'
in the plotly_dark theme.no theme:
![newplot 1](https://user-images.githubusercontent.com/15064365/51778146-3a00e600-20ce-11e9-9aa3-3dd0f4dea6a9.png)
plotly/plotly_white theme:
![newplot 2](https://user-images.githubusercontent.com/15064365/51778158-44bb7b00-20ce-11e9-99de-e9edec3b2520.png)
plotly_dark theme:
![newplot 3](https://user-images.githubusercontent.com/15064365/51778174-52710080-20ce-11e9-9e57-d5cd93832471.png)
cc @jackparmer @nicolaskruchten