environmentaltools.graphics.seasonalbox

environmentaltools.graphics.seasonalbox(data, variable, fname=None)[source]

Draws a boxplot

Parameters:
  • data (*) – raw time series

  • variable (*) – name of the variable

  • fname (*) – name of the file to save the plot or None to see plots on the screen. Defaults to None.

Returns:

axis for the plot or None

Return type:

  • ax (matplotlib.axis)