Skip to content

Commit 5e5c4ef

Browse files
Refactor documentation for graphics functions and improve formatting
- Updated the properties tables in scatter3, surf, text, imread, saveas, csvread, and dlmread documentation for better readability and consistency. - Enhanced the descriptions and examples for various properties in the graphics documentation. - Adjusted CSS styles for PDF output to ensure proper page breaks and accessibility.
1 parent 7871a4f commit 5e5c4ef

File tree

110 files changed

+1122
-1030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1122
-1030
lines changed

docs/releases/en_US/latest/audio/soundsc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</tr>
5252
<tr>
5353
<td class="param-name">yRange</td>
54-
<td>range of audio data to scale: | two-element vector or [-max(abs(y)),max(abs(y))] default.</td>
54+
<td>range of audio data to scale: two-element vector or [-max(abs(y)),max(abs(y))] default.</td>
5555
</tr>
5656
</table>
5757
</div>

docs/releases/en_US/latest/graphics/axes.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<p><b>axes(cax)</b> set current axes.</p>
7979
<p>Clicking on an axis automatically sets it as the current axes object.</p>
8080
<p>Properties:</p>
81+
<p></p>
8182
<table>
8283
<tr>
8384
<th>Property</th>
@@ -133,7 +134,7 @@
133134
</tr>
134135
<tr>
135136
<td><b>CameraViewAngle</b></td>
136-
<td>Field of view: 0 (default) | scalar angle in range [0,180]</td>
137+
<td>Field of view: 0 (default) or scalar angle in range [0,180]</td>
137138
</tr>
138139
<tr>
139140
<td><b>CameraViewAngleMode</b></td>
@@ -213,7 +214,7 @@
213214
</tr>
214215
<tr>
215216
<td><b>Interruptible</b></td>
216-
<td>Callback interruption:</td>
217+
<td>Callback interruption</td>
217218
</tr>
218219
<tr>
219220
<td><b>Layer</b></td>

docs/releases/en_US/latest/graphics/contour.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
<b>contour(X, Y, Z)</b> allows the user to specify the x and y coordinates corresponding to the values in matrix Z. This enables more precise control over the positioning of the contour plot on the x-y plane.</p>
9696
<p>The matrices X and Y provide the coordinates, while Z contains the height values for generating the contour plot.</p>
9797
<p>Property Name-Value Pairs:</p>
98+
<p></p>
9899
<table>
99100
<tr>
100101
<th>Property</th>

docs/releases/en_US/latest/graphics/figure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<b>figure</b> creates figure.</p>
8080
<p>Clicking on an figure automatically sets it as the current figure object.</p>
8181
<p></p>
82-
<p>
83-
<b>Properties</b>:</p>
82+
<p><b>Properties</b>:</p>
83+
<p></p>
8484
<table>
8585
<tr>
8686
<th>Property</th>

docs/releases/en_US/latest/graphics/image.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<p>
8989
<b>image</b> displays C data as an image.</p>
9090
<p>Properties:</p>
91+
<p></p>
9192
<table>
9293
<tr>
9394
<th>Property</th>

docs/releases/en_US/latest/graphics/imagesc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<p>
8989
<b>imagessc</b> displays C data as an image. This image is colormapped using the colormap for the current figure.</p>
9090
<p>Properties:</p>
91+
<p></p>
9192
<table>
9293
<tr>
9394
<th>Property</th>

docs/releases/en_US/latest/graphics/plot.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<b>LineSpec</b> is a string used to change the characteristics of the line and is composed of three optional parts in any order:</p>
9595
<p></p>
9696
<p>The SymbolSpec specifies the symbol to be drawn at each data point:</p>
97+
<p></p>
9798
<table>
9899
<tr>
99100
<th>Symbol</th>
@@ -168,6 +169,8 @@
168169
</table>
169170
<p></p>
170171
<p>The LineStyleSpec specifies the line style to use for each data series:</p>
172+
<p></p>
173+
171174
<table>
172175
<tr>
173176
<th>Style</th>
@@ -200,6 +203,7 @@
200203
</table>
201204
<p></p>
202205
<p>The ColorSpec specifies the line color to use for each data series:</p>
206+
<p></p>
203207
<table>
204208
<tr>
205209
<th>Color</th>

docs/releases/en_US/latest/graphics/scatter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<p></p>
105105
<p></p>
106106
<p>Scatter Properties:</p>
107+
<p></p>
107108
<table>
108109
<tr>
109110
<th>Property</th>

docs/releases/en_US/latest/graphics/scatter3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<p>This allows you to overlay or compare multiple datasets within the same plot.</p>
108108
<p></p>
109109
<p>Scatter Properties:</p>
110+
<p></p>
110111
<table>
111112
<tr>
112113
<th>Property</th>

docs/releases/en_US/latest/graphics/surf.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<p>You can customize the appearance of the plot using various options such as color, lighting, and shading.</p>
9999
<p>For example, you can use the colormap option to change the color of the surface, and the FaceLighting option to change the lighting of the surface.</p>
100100
<p>Properties:</p>
101+
<p></p>
101102
<table>
102103
<tr>
103104
<th>Property</th>

0 commit comments

Comments
 (0)