Skip to content

Commit 6ebba98

Browse files
authored
Merge pull request #53 from theoneineed/main
Update Subplot.m
2 parents ba8a03c + a6d7c76 commit 6ebba98

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

src/matlab/main/+pm/+vis/Subplot.m

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
%> this class primarily serves as the superclass for the
88
%> visualization subclasses accessible to the end users.<br>
99
%>
10-
!> \note
11-
!> In case of the following visualization classes,<br>
12-
!> <ol>
13-
!> <li> [paramonte.vis.SubplotContour](@ref SubplotContour),
14-
!> <li> [paramonte.vis.SubplotContourf](@ref SubplotContourf),
15-
!> <li> [paramonte.vis.SubplotContour3](@ref SubplotContour3),
16-
!> </ol>
17-
!> the density of the input data is first computed and smoothed
18-
!> by a Gaussian kernel density estimator and then passed to the
19-
!> MATLAB ``contour``, ``contourf``, ``contour3`` intrinsics.<br>
10+
%> \note
11+
%> In case of the following visualization classes,<br>
12+
%> <ol>
13+
%> <li> [paramonte.vis.SubplotContour](@ref SubplotContour),
14+
%> <li> [paramonte.vis.SubplotContourf](@ref SubplotContourf),
15+
%> <li> [paramonte.vis.SubplotContour3](@ref SubplotContour3),
16+
%> </ol>
17+
%> the density of the input data is first computed and smoothed
18+
%> by a Gaussian kernel density estimator and then passed to the
19+
%> MATLAB ``contour``, ``contourf``, ``contour3`` intrinsics.<br>
2020
%>
2121
%> Dynamic class attributes
2222
%> ------------------------
@@ -286,16 +286,16 @@
286286
%> mapping determined by values specified by the elements of ``colc``.<br>
287287
%> If it is an empty object having length 0, then the default value will be used.<br>
288288
%>
289-
!> \note
290-
!> In case of the following visualization classes,<br>
291-
!> <ol>
292-
!> <li> [paramonte.vis.SubplotContour](@ref SubplotContour),
293-
!> <li> [paramonte.vis.SubplotContourf](@ref SubplotContourf),
294-
!> <li> [paramonte.vis.SubplotContour3](@ref SubplotContour3),
295-
!> </ol>
296-
!> the density of the input data is first computed and smoothed
297-
!> by a Gaussian kernel density estimator and then passed to the
298-
!> MATLAB ``contour``, ``contourf``, ``contour3`` intrinsics.<br>
289+
%> \note
290+
%> In case of the following visualization classes,<br>
291+
%> <ol>
292+
%> <li> [paramonte.vis.SubplotContour](@ref SubplotContour),
293+
%> <li> [paramonte.vis.SubplotContourf](@ref SubplotContourf),
294+
%> <li> [paramonte.vis.SubplotContour3](@ref SubplotContour3),
295+
%> </ol>
296+
%> the density of the input data is first computed and smoothed
297+
%> by a Gaussian kernel density estimator and then passed to the
298+
%> MATLAB ``contour``, ``contourf``, ``contour3`` intrinsics.<br>
299299
%>
300300
%> \example{Subplot}
301301
%> \include{lineno} example/vis/Subplot/main.m
@@ -1068,4 +1068,4 @@ function reset(self, varargin)
10681068

10691069
end
10701070

1071-
end
1071+
end

0 commit comments

Comments
 (0)