From 34294ed908f6bd88a7126a54572c7584032c8ef9 Mon Sep 17 00:00:00 2001 From: slaclau <77557628+slaclau@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:34:36 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ddc7593..45eb3c4 100644 --- a/README.md +++ b/README.md @@ -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/) 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)
\ No newline at end of file