ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the SubplotHistogram2 class for generating instances of 2-dimensional Histogram2 Subplot visualizations based on the relevant MATLAB intrinsic functions.
More...
Public Member Functions | |
function | SubplotHistogram2 (in dfref, in varargin) |
Construct and return an object of class pm.vis.SubplotHistogram2. More... | |
This is the SubplotHistogram2 class for generating instances of 2-dimensional Histogram2 Subplot 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 25 of file SubplotHistogram2.m.
function SubplotHistogram2::SubplotHistogram2 | ( | in | dfref, |
in | varargin | ||
) |
Construct and return an object of class pm.vis.SubplotHistogram2.
This is the constructor of the class pm.vis.SubplotHistogram2.
[in] | dfref | : See the documentation of the corresponding input argument of the superclass 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
: The output object of class pm.vis.SubplotHistogram2.
Possible calling interfaces ⛓
Example usage ⛓
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.