Skip to content

Commit

Permalink
SkillArrayPlotter and SkillGrid in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmariegaard committed Dec 17, 2024
1 parent e49c6af commit ee07881
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ website:
- text: "ComparerCollectionPlotter"
href: api/comparison.ComparerCollectionPlotter.qmd
- api/SkillTable.qmd
- api/skill.SkillArrayPlotter.qmd
- api/skill.SkillGrid.qmd
- text: "Plotting"
href: api/plotting.qmd
contents:
Expand Down Expand Up @@ -189,8 +191,10 @@ quartodoc:
- sel
- save
- load
- name : comparison.ComparerCollectionPlotter
- name: comparison.ComparerCollectionPlotter
- name: SkillTable
- name: skill.SkillArrayPlotter
- name: skill.SkillGrid

- title: Plotting
desc: ""
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_styles-quartodoc.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
This file generated automatically by quartodoc version 0.8.0.
This file generated automatically by quartodoc version 0.9.1.
Modifications may be overwritten by quartodoc build. If you want to
customize styles, create a new .css file to avoid losing changes.
*/
Expand Down
3 changes: 3 additions & 0 deletions modelskill/plotting/_scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def scatter(
ms.plotting.scatter(x, y, skill_table=True)
```
```{python}
ms.plotting.scatter(x, y, show_density=False, show_hist=True, cmap="Reds")
```
```{python}
ms.plotting.scatter(x, y, quantiles=0, title="Hide quantiles")
```
```{python}
Expand Down

0 comments on commit ee07881

Please sign in to comment.