statsmodels.graphics.tsaplots.quarter_plot
- 
statsmodels.graphics.tsaplots.quarter_plot(x, dates=None, ylabel=None, ax=None)[source]
- 
Seasonal plot of quarterly data Parameters: - x (array-like) – Seasonal data to plot. If dates is None, x must be a pandas object with a PeriodIndex or DatetimeIndex with a monthly frequency.
- 
dates (array-like, optional) – If xis not a pandas object, then dates must be supplied.
- 
ylabel (str, optional) – The label for the y-axis. Will attempt to use the nameattribute of the Series.
- ax (matplotlib.axes, optional) – Existing axes instance.
 Returns: Return type: matplotlib.Figure 
    © 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
    http://www.statsmodels.org/stable/generated/statsmodels.graphics.tsaplots.quarter_plot.html