From 2bff1a4e5693be47559214ff9d285eef9d4ff662 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 7 Feb 2022 00:27:19 +0000 Subject: [PATCH] Using table instead of list --- User-Manual%3A-Chapter-0.md | 78 +++++++++++++++++++++++++++++++++---- 1 file changed, 70 insertions(+), 8 deletions(-) diff --git a/User-Manual%3A-Chapter-0.md b/User-Manual%3A-Chapter-0.md index d99a35a..f60dd9a 100644 --- a/User-Manual%3A-Chapter-0.md +++ b/User-Manual%3A-Chapter-0.md @@ -7,14 +7,76 @@ LogarithmPlotter is a software to create plots and graphs with a [logarithmic sc To do that, LogarithmPlotter uses a system called Objects, which may seem familiar to you if you have used other plotting software like [Geogebra](https://geogebra.org). An "object" is anything that can be reprensented on the graph. LogarithmPlotter allows you to create 9 types of objects: -- Points -- Texts (or labels) -- Functions -- Bode Magnitudes -- Bode Phases -- X Cursors (Cursors on the X scale) -- Sequences -- Distributions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SymbolTypeWorks well in logarithmic scaleWorks well in non logarithmic scaleComment
point symbolPoints
text symbolTextsUsed as additional labels if necessary
function symbolFunctions
bode magnitude symbolBode MagnitudesX
bode phase symbolBode PhasesX
x cursor symbolX CursorsCursors on the x-axis
repartition symbolSequencesXThere are several performance issues on the logarithmic scale related to having to calculate far to many values.
You should use functions defined on N as a substitute if possible.
distribution symbolDistributions
**Note**: In the case of sequences, it's recommended to use the non logarithmic scale.