Updating links and fixing typos.
parent
264ec88bf6
commit
ca8528e245
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
[← Previous chapter](User-Manual) | Chapter 0: Introduction ([≡ Index](User-Manual)) | [Next chapter →](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-1)
|
[← Previous chapter](User-Manual) | Chapter 0: Introduction ([≡ Index](User-Manual)) | [Next chapter →](User-Manual:-Chapter-1)
|
||||||
|
|
||||||
# Introduction: How LogarithmPlotter works
|
# Introduction: How LogarithmPlotter works
|
||||||
LogarithmPlotter is a software to create plots and graphs with a [logarithmic scale](https://en.wikipedia.org/wiki/Logarithmic_scale), the most well known kind being [Bode plots](https://en.wikipedia.org/wiki/Bode_plot), which LogarithmPlotter helps create in asymptotic form. While logarithmic scales in the primary interest of LogarithmPlotter, LogarithmPlotter also supports non logarithmic scales, which may be required to use certain features.
|
LogarithmPlotter is a software to create plots and graphs with a [logarithmic scale](https://en.wikipedia.org/wiki/Logarithmic_scale), the most well known kind being [Bode plots](https://en.wikipedia.org/wiki/Bode_plot), which LogarithmPlotter helps create in asymptotic form. While logarithmic scales in the primary interest of LogarithmPlotter, LogarithmPlotter also supports non logarithmic scales, which may be required to use certain features.
|
||||||
|
@ -68,7 +68,7 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
<td>Cursors on the x-axis</td>
|
<td>Cursors on the x-axis</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://git.ad5001.eu/Ad5001/LogarithmPlotter/raw/branch/master/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Sequence.svg" alt="repartition symbol"></td>
|
<td><img src="https://git.ad5001.eu/Ad5001/LogarithmPlotter/raw/branch/master/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/objects/Sequence.svg" alt="sequence symbol"></td>
|
||||||
<td>Sequences</td>
|
<td>Sequences</td>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
|
@ -86,8 +86,6 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
**Note**: In the case of sequences, it's recommended to use the non logarithmic scale.
|
|
||||||
|
|
||||||
LogarithmPlotter will also create it's own objects automaticly when needed (for example, the sums of the bode gains and phases).
|
LogarithmPlotter will also create it's own objects automaticly when needed (for example, the sums of the bode gains and phases).
|
||||||
|
|
||||||
[Next chapter →](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-1)
|
[Next chapter →](User-Manual:-Chapter-1)
|
Loading…
Reference in a new issue