Learn R Programming

xlcharts (version 0.0.1)

y_axis: y_axis

Description

Values must be of type <class 'openpyxl.chart.axis.NumericAxis'>

Usage

y_axis(py_obj, ...)

Value

An openpyxl Python object.

Arguments

py_obj

py_obj

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
BarChart(type = "col") |>
  y_axis(title = "Y axis title")
}

Run the code above in your browser using DataLab