Adding object positioning

Ad5001 2022-02-17 16:38:58 +00:00
parent 8dac33a145
commit 4738b36e0c

@ -14,6 +14,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<th>Type</th>
<th>Works well in logarithmic scale</th>
<th>Works well in non logarithmic scale</th>
<th><a href="https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-3">Allows pointer positioning</a></th>
<th>Comment</th>
</tr>
</thead>
@ -23,6 +24,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>Points</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
@ -30,6 +32,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>Texts</td>
<td></td>
<td></td>
<td></td>
<td>Used as additional labels if necessary</td>
</tr>
<tr>
@ -37,6 +40,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>Functions</td>
<td></td>
<td></td>
<td>X</td>
<td></td>
</tr>
<tr>
@ -45,6 +49,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>Bode Magnitudes</td>
<td></td>
<td>X</td>
<td>X</td>
<td></td>
</tr>
<tr>
@ -59,6 +64,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>X Cursors</td>
<td></td>
<td></td>
<td></td>
<td>Cursors on the x-axis</td>
</tr>
<tr>
@ -66,6 +72,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>Sequences</td>
<td>X</td>
<td></td>
<td>X</td>
<td>There are several performance issues on the logarithmic scale related to having to calculate far to many values.<br>You should use functions defined on N as a substitute if possible.</td>
</tr>
<tr>
@ -73,6 +80,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
<td>Distributions</td>
<td></td>
<td></td>
<td>X</td>
<td></td>
</tr>
</tbody>