Skip to content

Commit 03a6ddc

Browse files
author
“mahdis-z”
committed
px was removed
1 parent 2b34c9a commit 03a6ddc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/colorscales.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jupyter:
2525
description: How to set colorscales and heatmap colorscales in Python and Plotly.
2626
Divergent, sequential, and qualitative colorscales.
2727
display_as: file_settings
28+
has_thumbnail: true
29+
ipynb: ~notebook_demo/187
2830
language: python
2931
layout: base
3032
name: Colorscales
3133
order: 22
3234
permalink: python/colorscales/
3335
redirect_from: python/logarithmic-color-scale/
3436
thumbnail: thumbnail/heatmap_colorscale.jpg
37+
v4upgrade: true
3538
---
3639

3740
### Predefined colorscales in Plotly Express
@@ -198,7 +201,6 @@ The following example uses [marker.cmid](https://plot.ly/python/reference/#scatt
198201

199202
```python
200203
import plotly.graph_objects as go
201-
import plotly.express as px
202204

203205
fig = go.Figure()
204206
fig.add_trace(go.Scatter(

0 commit comments

Comments
 (0)