Sets up a dialog used to plot variables present in a NetCDF file.
|
__init__(self,
parent,
title=None,
netcdf=None,
xVar=None,
yVar=None,
zVar=None)
The constructor. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
openSettingsDialog(self)
This method will open the dialog to set up the global settings. |
source code
|
|
|
resetPlots(self)
This method will clear up all the displayed plots. |
source code
|
|
|
exportPlotDialog(self)
This method pops up a dialog from which the plotted datas can be
exported to an ASCII file. |
source code
|
|
|
exportPlot(self,
event=None)
This method exports plotted datas to an ASCII file. |
source code
|
|
|
|
|
displayVariables(self)
This method display the numeric variables found in the NetCDF file
into their appropriate listbox. |
source code
|
|
|
openNetCDF(self,
event=None)
This method opens a NetCDF file and updates the dialog with the data read from that file. |
source code
|
|
|
plotXY(self)
This method display a 2D plot. |
source code
|
|
|
displayPlotSlices(self,
event)
This call back plot the orthogonal slices defined by the moving
cursor of a 3D plot. |
source code
|
|
|
plotXYZ(self)
This method display a 2D plot. |
source code
|
|