Updating links and fixing typos.

Ad5001 2022-02-17 16:59:56 +00:00
parent 264ec88bf6
commit ca8528e245

@ -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
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>
</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>X</td>
<td></td>
@ -86,8 +86,6 @@ An "object" is anything that can be reprensented on the graph. LogarithmPlotter
</tbody>
</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).
[Next chapter →](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-1)
[Next chapter →](User-Manual:-Chapter-1)