metrics.plotter

Simple plotting routines using matplotlib and basemap

plotter Module

class metrics.plotter.Plotter[source]
static plotField(fileName, vmin, vmax, colormap='goddard', output_folder='/', lonlatbox=None)[source]

Plot any field variable

Parameters:
  • fileName – filepath
  • vmin – min value for colorbar
  • vmax – max value for colorbar
static plotVerticalProfile(fileName, vmin, vmax, colormap='goddard', lonlatbox=None)

Plots vertical profile of zonal mean file

Table Of Contents

Previous topic

metrics.filehandler

Next topic

metrics.tool_abstract

This Page