Skip to content

Commit 2095538

Browse files
reordered options inside resfwdplot using alphabetical order
1 parent b10bb33 commit 2095538

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

toolbox/graphics/resfwdplot.m

+11-9
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,6 @@
182182
% Remark: bground='' is equivalent to bground.thresh=-Inf
183183
% that is all trajectories are considered relevant.
184184
%
185-
% tag : Personalized plot tag. String. String which identifies
186-
% the handle of the plot which
187-
% is about to be created. The default is to use tag
188-
% 'pl_resfwd'. Note that if the program finds a plot which
189-
% has a tag equal to the one specified by the user, then
190-
% the output of the new plot overwrites the existing one
191-
% in the same window else a new window is created.
192-
% Example - 'tag','myplot'
193-
% Data Types - char
194185
%
195186
% datatooltip : interactive clicking. Empty value, scalar or
196187
% structure.
@@ -378,6 +369,17 @@
378369
% is 0 that is just a snapshot is shown on the screen.
379370
% Example - 'movieLength',5
380371
% Data Types - single or double
372+
%
373+
% tag : Personalized plot tag. String or char.
374+
% String which identifies
375+
% the handle of the plot which
376+
% is about to be created. The default is to use tag
377+
% 'pl_resfwd'. Note that if the program finds a plot which
378+
% has a tag equal to the one specified by the user, then
379+
% the output of the new plot overwrites the existing one
380+
% in the same window else a new window is created.
381+
% Example - 'tag','myplot'
382+
% Data Types - char or string
381383
% Output:
382384
%
383385
% plotopt : options which have been used to create the plot. Cell array

0 commit comments

Comments
 (0)