From 495e3f3f9bc2c108caac44d1284650819f052548 Mon Sep 17 00:00:00 2001 From: Sandu Ursu Date: Wed, 7 Aug 2019 15:54:28 +0200 Subject: [PATCH 1/2] Fixed the hyperlink for CHANGELOG.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f9274e471..92c50d39711 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is - [Online Documentation](https://plot.ly/python) - [Contributing](contributing.md) -- [Changelog](packages/python/plotly-geo/CHANGELOG.md) +- [Changelog](CHANGELOG.md) - [Code of Conduct](CODE_OF_CONDUCT.md) - [Version 3 Migration Guide](migration-guide.md) - [New! Announcing Dash](https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503) From 10313b080fb532e4fc824745aa3b5b9c989d18d6 Mon Sep 17 00:00:00 2001 From: Sandu Ursu Date: Sat, 12 Oct 2019 14:08:03 +0200 Subject: [PATCH 2/2] Capitalized letters for consistency --- .../_plotly_utils/colors/qualitative.py | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/packages/python/plotly/_plotly_utils/colors/qualitative.py b/packages/python/plotly/_plotly_utils/colors/qualitative.py index d53835658fb..9984cc4b049 100644 --- a/packages/python/plotly/_plotly_utils/colors/qualitative.py +++ b/packages/python/plotly/_plotly_utils/colors/qualitative.py @@ -14,12 +14,12 @@ def swatches(): swatches.__doc__ = _swatches.__doc__ Plotly = [ - "#636efa", + "#636EFA", "#EF553B", - "#00cc96", - "#ab63fa", + "#00CC96", + "#AB63FA", "#FFA15A", - "#19d3f3", + "#19D3F3", "#FF6692", "#B6E880", "#FF97FF", @@ -27,40 +27,40 @@ def swatches(): ] D3 = [ - "#1f77b4", - "#ff7f0e", - "#2ca02c", - "#d62728", - "#9467bd", - "#8c564b", - "#e377c2", - "#7f7f7f", - "#bcbd22", - "#17becf", + "#1F77B4", + "#FF7F0E", + "#2CA02C", + "#D62728", + "#9467BD", + "#8C564B", + "#E377C2", + "#7F7F7F", + "#BCBD22", + "#17BECF", ] G10 = [ - "#3366cc", - "#dc3912", - "#ff9900", + "#3366CC", + "#DC3912", + "#FF9900", "#109618", "#990099", - "#0099c6", - "#dd4477", - "#66aa00", - "#b82e2e", + "#0099C6", + "#DD4477", + "#66AA00", + "#B82E2E", "#316395", ] T10 = [ - "#4c78a8", - "#f58518", - "#e45756", - "#72b7b2", - "#54a24b", - "#eeca3b", - "#b279a2", - "#ff9da6", - "#9d755d", - "#bab0ac", + "#4C78A8", + "#F58518", + "#E45756", + "#72B7B2", + "#54A24B", + "#EECA3B", + "#B279A2", + "#FF9DA6", + "#9D755D", + "#BAB0AC", ] Alphabet = [ "#AA0DFE",