Skip to content

Commit 088e19e

Browse files
author
“mahdis-z”
committed
revision2
1 parent 51f5aef commit 088e19e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

python/texttemplate.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,3 @@ fig.update_layout(yaxis = {'type': 'date'})
103103

104104
fig.show()
105105
```
106-
107-
```python
108-
import plotly.express as px
109-
import plotly.graph_objects as go
110-
111-
gapminder = px.data.gapminder()
112-
fig = px.scatter(gapminder.query("year==2007"), x="gdpPercap", y="lifeExp", size="pop", color="continent",
113-
hover_name="country", log_x=True, size_max=60)
114-
115-
fig.update_traces(go.Scatter(texttemplate = '%{y}'))
116-
117-
fig.show()
118-
```
119-
120-
```python
121-
122-
```

0 commit comments

Comments
 (0)