Adding object positioning
parent
8dac33a145
commit
4738b36e0c
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
<th>Works well in logarithmic scale</th>
|
<th>Works well in logarithmic scale</th>
|
||||||
<th>Works well in non 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>
|
<th>Comment</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -23,6 +24,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Points</td>
|
<td>Points</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
|
<td>✓</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -30,6 +32,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Texts</td>
|
<td>Texts</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
|
<td>✓</td>
|
||||||
<td>Used as additional labels if necessary</td>
|
<td>Used as additional labels if necessary</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -37,6 +40,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Functions</td>
|
<td>Functions</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -45,6 +49,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Bode Magnitudes</td>
|
<td>Bode Magnitudes</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -59,6 +64,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>X Cursors</td>
|
<td>X Cursors</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
|
<td>✓</td>
|
||||||
<td>Cursors on the x-axis</td>
|
<td>Cursors on the x-axis</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -66,6 +72,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Sequences</td>
|
<td>Sequences</td>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
<td>✓</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>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -73,6 +80,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Distributions</td>
|
<td>Distributions</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue