Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slaclau authored Jul 15, 2024
1 parent d0a628b commit 34294ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ GTK renderer for charts in plotly Figure or dict format
### [Line and scatter plots](https://plotly.com/python/line-and-scatter/)
<summary>Scatter plots with Plotly Express</summary>
<details>

![Scatter example 1](https://slaclau.github.io/plotly-gtk/test/scatter_1.png)
![Scatter example 2](https://slaclau.github.io/plotly-gtk/test/scatter_2.png)
</details>
<summary>Setting size and color with column names</summary>
<details>

![Scatter size color column name example](https://slaclau.github.io/plotly-gtk/test/scatter_size_color_column.png)
</details>
<summary>Facetting</summary>
<details>

![Scatter facetting example](https://slaclau.github.io/plotly-gtk/test/scatter_facetting.png)
</details>
<summary>Line plots with Plotly Express</summary>
<details>

![Line example 1](https://slaclau.github.io/plotly-gtk/test/line_1.png)
![Line example 2](https://slaclau.github.io/plotly-gtk/test/line_2.png)
</details>

0 comments on commit 34294ed

Please sign in to comment.