File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,16 @@ jupyter:
25
25
description : How to set colorscales and heatmap colorscales in Python and Plotly.
26
26
Divergent, sequential, and qualitative colorscales.
27
27
display_as : file_settings
28
+ has_thumbnail : true
29
+ ipynb : ~notebook_demo/187
28
30
language : python
29
31
layout : base
30
32
name : Colorscales
31
33
order : 22
32
34
permalink : python/colorscales/
33
35
redirect_from : python/logarithmic-color-scale/
34
36
thumbnail : thumbnail/heatmap_colorscale.jpg
37
+ v4upgrade : true
35
38
---
36
39
37
40
### Predefined colorscales in Plotly Express
@@ -198,7 +201,6 @@ The following example uses [marker.cmid](https://plot.ly/python/reference/#scatt
198
201
199
202
``` python
200
203
import plotly.graph_objects as go
201
- import plotly.express as px
202
204
203
205
fig = go.Figure()
204
206
fig.add_trace(go.Scatter(
You can’t perform that action at this time.
0 commit comments