Skip to content

Commit

Permalink
doc: fix ALLOWED_DEFAULTS renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Oct 2, 2023
1 parent 5c67d51 commit 5c13936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ The complete list of available default attributes is :

```{python}
#| echo: false
from pyobsplot.utils import allowed_defaults
print(allowed_defaults)
from pyobsplot.utils import ALLOWED_DEFAULTS
print(ALLOWED_DEFAULTS)
```

So to create a plot generator object that creates by default 400px wide plots with a 50px margin and white on blue colors, you could use :
Expand Down

0 comments on commit 5c13936

Please sign in to comment.