Package nMOLDYN :: Package GUI :: Module PlotNetCDFVariableDialog
[hide private]
[frames] | no frames]

Module PlotNetCDFVariableDialog

source code

This modules implements I{View-->Plot} dialog.

Classes:
    * SettingsDialog: sets up the settings dialog.
    * ASCIIToNetCDFConversionDialog: creates I{View-->Plot} dialog used to plot NetCDF variables.

Classes [hide private]
  SettingsDialog
Sets up a dialog tp perform some settings on the plots.
  PlotNetCDFVariableDialog
Sets up a dialog used to plot variables present in a NetCDF file.
Variables [hide private]
  interpolations = ['bessel', 'bilinear', 'bicubic', 'blackman',...
  colorMaps = ['autumn', 'bone', 'cool', 'copper', 'flag', 'gray...
  lineStyles = ['-', '--', '-.', ':', 'None']
  markerStyles = ['+', '.', '<', '>', 'o', 'p', 's', 'v', 'x', '...
  axisScales = ['linear', 'log']
Variables Details [hide private]

interpolations

Value:
['bessel', 'bilinear', 'bicubic', 'blackman', 'catrom', 'hamming', 'he\
rmite', 'hanning', 'gaussian', 'kaiser', 'lanczos', 'mitchell', 'neare\
st', 'spline16', 'spline36', 'quadric', 'sinc']

colorMaps

Value:
['autumn', 'bone', 'cool', 'copper', 'flag', 'gray', 'hot', 'hsv', 'je\
t', 'pink', 'prism', 'spring', 'summer', 'winter', 'spectral']

markerStyles

Value:
['+', '.', '<', '>', 'o', 'p', 's', 'v', 'x', '|', 'None']