Initial code to set up ChartPlot.axes
when Charts
launches the visualization window. Subclasses should call super().launch()
at the beginning of the method. This function should not be called from user code.
WARNING: This is an internal function. Its use in user code is not recommended or supported, and its signature can change in future updates without warning. Use one of the suggested functions above instead, if applicable.
Parameters
axes — matplotlib.AxesSubplot, required
The
AxesSubplot
object to be drawn to the plot area.
Notes and Examples