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 9953fb4 commit dfee2a4
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## plotly-gtk
# Introdution
# plotly-gtk
## Introdution
GTK renderer for charts in plotly Figure or dict format

# Examples
https://plotly.com/python/line-and-scatter/
![Scatter example 1](https://slaclau.github.io/plotly-gtk/test/scatter_1.png)
## Examples
### [Line and scatter plots](https://plotly.com/python/line-and-scatter/)
Scatter plots with Plotly Express
![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)

Setting size and color with column names
![Scatter size color column name example](https://slaclau.github.io/plotly-gtk/test/scatter_size_color_column.png)

Facetting
![Scatter facetting example](https://slaclau.github.io/plotly-gtk/test/scatter_facetting.png)

Line plots with Plotly Express
![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)

0 comments on commit dfee2a4

Please sign in to comment.