-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |