Skip to content

Commit 0c774e1

Browse files
fixing merge
1 parent 42ba6d8 commit 0c774e1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

doc/python/plotly-express.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.2'
9-
<<<<<<< HEAD
10-
jupytext_version: 1.3.1
11-
=======
129
jupytext_version: 1.4.2
13-
>>>>>>> doc-prod
1410
kernelspec:
1511
display_name: Python 3
1612
language: python
@@ -26,13 +22,8 @@ jupyter:
2622
pygments_lexer: ipython3
2723
version: 3.7.7
2824
plotly:
29-
<<<<<<< HEAD
30-
description: Plotly Express is a terse, consistent, high-level API for rapid data
31-
exploration and figure generation.
32-
=======
3325
description: Plotly Express is a terse, consistent, high-level API for creating
3426
figures.
35-
>>>>>>> doc-prod
3627
display_as: file_settings
3728
language: python
3829
layout: base
@@ -424,4 +415,4 @@ df = px.data.election()
424415
fig = px.scatter_ternary(df, a="Joly", b="Coderre", c="Bergeron", color="winner", size="total", hover_name="district",
425416
size_max=15, color_discrete_map = {"Joly": "blue", "Bergeron": "green", "Coderre":"red"} )
426417
fig.show()
427-
```
418+
```

0 commit comments

Comments
 (0)