y_axis | R Documentation |
Values must be of type <class 'openpyxl.chart.axis.NumericAxis'>
y_axis(py_obj, ...)
py_obj |
py_obj |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
BarChart(type = "col") |>
y_axis(title = "Y axis title")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.