From: Javier Montoya on
Dear all,

I have different 1d vectors to be plotted as curves into a single
Figure. The y values across the vectors is not normalized. Therefore,
I've some vectors with pretty small y-values (10^-8), and others
ranging from [0-1]. The highest value of a given vector is always 1.
Because of this, when I plot all the vectors together, some curves are
almost displayed as being the x-axis (since the y-values are small).
Is there any function that normalizes everything together, so as to be
able to visualize the curves properly?

Best wishes