|
rbmatlab 0.10.01
|
plotting a sequence of data slices on polygonal 2d grid (constructed from params if empty) and providing a slider for changing between the data slices. More...
Go to the source code of this file.
Functions | |
| function p = | plot_sequence ( varargin) |
| plotting a sequence of data slices on polygonal 2d grid (constructed from params if empty) and providing a slider for changing between the data slices. | |
| function | plotsequence>replot ( fh, oh, v) |
plotting a sequence of data slices on polygonal 2d grid (constructed from params if empty) and providing a slider for changing between the data slices.
Definition in file plot_sequence.m.
| function p = plot_sequence | ( | varargin | ) |
plotting a sequence of data slices on polygonal 2d grid (constructed from params if empty) and providing a slider for changing between the data slices.
A new figure is opened and the handle returned in p. If further parameters are set, the call is assumed to stem from a callback-function
Every column of data is interpreted as one discrete function dof vector forwarded to the params.plot() function.
plot -- pointer to the plot-function performing the plotting of a single slice, e.g. plot_element_data(), plot_vertex_data(), fv_plot(), ldg_plot().title -- string indicating the title of the newly opened figureclim -- 2-vector giving the range of the colormap. If this is set, identical range is used for all slices. Default is the min and max of all slices.clim_tight -- if this flag is set, the colorbar is set tightly to the range of every single data slice. Clearly only one of clim or clim_tight should be set.params.plot_function for its further params-options| varargin | usually called with 3 arguments: plot_sequence(data, grid, params)
plot_sequence(data, grid, params, callbackfigure, cbhandle)
|
| p | figure handle of plot |
Definition at line 1 of file plot_sequence.m.
1.7.4