:mod:`eggshell.plot.plt_ncdata` =============================== .. py:module:: eggshell.plot.plt_ncdata .. autoapi-nested-parse:: visualization of netCDF data Module Contents --------------- .. data:: LOGGER .. function:: plot_extend(resource, file_extension='png') plots the extend (domain) of the values stored in a netCDF file: :parm resource: path to netCDF file :param file_extension: file format of the graphic. if file_extension=None a matplotlib figure will be returned :return graphic: graphic in specified format .. function:: spaghetti(resouces, variable=None, title=None, file_extension='png', dir_output='.') creates a png file containing the appropriate spaghetti plot as a field mean of the values. :param resouces: list of files containing the same variable :param variable: variable to be visualised. If None (default), variable will be detected :param title: string to be used as title :retruns str: path to png file .. function:: uncertainty(resouces, variable=None, ylim=None, title=None, file_extension='png', window=None, dir_output='.') creates a png file containing the appropriate uncertainty plot. :param resouces: list of files containing the same variable :param variable: variable to be visualised. If None (default), variable will be detected :param title: string to be used as title :param window: windowsize of the rolling mean :returns str: path/to/file.png .. function:: plot_spatial_analog(ncfile, variable='dissimilarity', cmap='viridis', title='Spatial analog') Return a matplotlib Figure instance showing a map of the dissimilarity measure.