3%> instances of 3-dimensional LineScatter3 [
Cascade visualizations](@ref
Cascade)
4%> based on the relevant MATLAB
5%> intrinsic functions.<br>
8%> See the
list of
class attributes below,
9%> also those of the superclass [pm.vis.Cascade](@ref
Cascade).<br>
12%> [pm.vis.Cascade](@ref
Cascade)<br>
13%> [pm.vis.Subplot](@ref
Subplot)<br>
14%> [pm.vis.Triplex](@ref
Triplex)<br>
15%> [pm.vis.Figure](@ref
Figure)<br>
16%> [pm.vis.Plot](@ref
Plot)<br>
17%> [pm.vis.Tile](@ref
Tile)<br>
22%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
23%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
26 methods(Access =
public)
29 %> Construct and
return an
object of
class [pm.vis.CascadeLineScatter3](@ref
CascadeLineScatter3).<br>
31 %> \param[in] dfref : See the documentation of the corresponding input
32 %> argument of the
class [pm.vis.Subplot](@ref
Subplot).<br>
34 %> \param[in] varargin : Any ``property, value`` pair of the parent
object.<br>
35 %> If the
property is a ``
struct()``, then its value must be given as a cell array,
36 %> with consecutive elements representing the
struct ``property-
name, property-value`` pairs.<br>
37 %> Note that all of these property-value pairs can be also directly set via the
38 %> parent
object attributes, before calling the ``make()`` method.<br>
41 %> ``self`` : The output scalar
object of
class [pm.vis.CascadeLineScatter3](@ref
CascadeLineScatter3).<br>
47 %> p = pm.vis.CascadeLineScatter3(dfref, varargin);
52 %> The input ``varargin`` can also contain the components
53 %> of the ``
template`` component of the parent
object.<br>
56 %> See the documentation of the attributes
57 %> of the superclass [pm.vis.Cascade](@ref
Cascade).<br>
69 %> \JoshuaOsborne, May 21 2024, 7:36 AM, University of Texas at Arlington<br>
70 %> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
71 %> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
76 self = self@pm.vis.Cascade(pm.vis.PlotLineScatter3(dfref), varargin{:});
function name(in vendor)
Return the MPI library name as used in naming the ParaMonte MATLAB shared library directories.
function list()
Return a list of MATLAB strings containing the names of OS platforms supported by the ParaMonte MATLA...
This is the CascadeLineScatter3 class for generating instances of 3-dimensional LineScatter3 Cascade ...
function CascadeLineScatter3(in dfref, in varargin)
Construct and return an object of class pm.vis.CascadeLineScatter3.
This is the abstract class for generating instances of objects that contain the specifications of a c...
This is the base class for generating instances of objects that contain the specifications of various...
This is the abstract class for generating instances of axes with various types of plots from one or m...
This is the abstract class for generating instances of objects that contain the specifications of var...
This is the base class for generating instances of figures containing a square symmetric tiling of su...