3%> instances of 3-dimensional Line [
Subplot visualizations](@ref
Subplot)
4%> based on the relevant MATLAB
5%> intrinsic functions.<br>
8%> See the documentation of the constructor of the
class
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%> \JoshuaOsborne, May 21 2024, 6:05 PM, University of Texas at Arlington<br>
23%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
24%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
27 methods(Access =
public)
30 %> Construct and
return an
object of
class [pm.vis.SubplotLine3](@ref
SubplotLine3).<br>
33 %> This is the constructor of the
class [pm.vis.SubplotLine3](@ref
SubplotLine3).<br>
35 %> \param[in] dfref : See the documentation of the corresponding input
36 %> argument of the superclass [pm.vis.Subplot](@ref
Subplot).<br>
37 %> \param[in] varargin : Any ``property, value`` pair of the parent
object.<br>
38 %> If the property is a ``
struct()``, then its value must be given as a cell array,
39 %> with consecutive elements representing the
struct ``property-
name, property-value`` pairs.<br>
40 %> Note that all of these
property-value pairs can be also directly set via the
41 %> parent
object attributes, before calling the ``make()`` method.<br>
44 %> ``self`` : The output
object of
class [pm.vis.SubplotLine3](@ref
SubplotLine3).<br>
50 %> s = pm.vis.SubplotLine3(dfref, varargin);
55 %> See also the documentation of the attributes
56 %> of the superclass [pm.vis.Subplot](@ref
Subplot).<br>
66 %> \JoshuaOsborne, May 21 2024, 6:05 PM, University of Texas at Arlington<br>
67 %> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
68 %> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
73 self = self@pm.vis.Subplot(
"Line3", dfref, varargin{:});
function name(in vendor)
Return the MPI library name as used in naming the ParaMonte MATLAB shared library directories.
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 SubplotLine3 class for generating instances of 3-dimensional Line Subplot visualizations ...
function SubplotLine3(in dfref, in varargin)
Construct and return an object of class pm.vis.SubplotLine3.
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...