Scaling | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.axis.html
Scaling(
logBase = NULL,
orientation = "minMax",
max = NULL,
min = NULL,
extLst = NULL,
...
)
logBase |
logBase |
orientation |
orientation |
max |
max |
min |
min |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Scaling()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.