ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the pm.vis.TileLineScatter class for generating instances of 2-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions.
More...
Public Member Functions | |
function | TileLineScatter (in dfref, in varargin) |
Construct and return an object of class pm.vis.TileLineScatter. More... | |
This is the pm.vis.TileLineScatter class for generating instances of 2-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 19 of file TileLineScatter.m.
function TileLineScatter::TileLineScatter | ( | in | dfref, |
in | varargin | ||
) |
Construct and return an object of class pm.vis.TileLineScatter.
This is the constructor of the class pm.vis.TileLineScatter.
[in] | dfref | : See the documentation of the corresponding input argument of the class pm.vis.Subplot. |
[in] | varargin | : Any property, value pair of the parent object.If the property is a struct() , then its value must be given as a cell array, with consecutive elements representing the struct property-name, property-value pairs.Note that all of these property-value pairs can be also directly set via the parent object attributes, before calling the make() method. |
self
: An object of pm.vis.TileLineScatter class.
Possible calling interfaces ⛓
varargin
can also contain the components of the subplot
component of the parent object.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.