comparison scripts/plot/draw/streamline.m @ 28135:695bb31e565b stable

Rename "streamtube" to "ostreamtube" (bug #57471). * ostreamtube.m: Rename from "streamtube.m" ahead of adding a Matlab compatible "streamtube" function. * stream3.m, streamline.m, module.mk, plot.txi, NEWS: Change all references.
author Markus Meisinger <chloros2@gmx.de>
date Wed, 19 Feb 2020 07:53:10 +0100
parents bd51beb6205e
children 23f667483fab
comparison
equal deleted inserted replaced
28131:27c99ff83b99 28135:695bb31e565b
59 ## v = x - y / 4; 59 ## v = x - y / 4;
60 ## streamline (x, y, u, v, 1.7, 1.5); 60 ## streamline (x, y, u, v, 1.7, 1.5);
61 ## @end group 61 ## @end group
62 ## @end example 62 ## @end example
63 ## 63 ##
64 ## @seealso{stream2, stream3, streamtube} 64 ## @seealso{stream2, stream3, ostreamtube}
65 ## @end deftypefn 65 ## @end deftypefn
66 66
67 function h = streamline (varargin) 67 function h = streamline (varargin)
68 68
69 [hax, varargin, nargin] = __plt_get_axis_arg__ ("streamline", varargin{:}); 69 [hax, varargin, nargin] = __plt_get_axis_arg__ ("streamline", varargin{:});