How to draw three y axes using gnuplot on the same x axis on the same chart?

As mentioned in my header, I need to draw more than two y axes for one x axis of some specific scale. Can someone tell me how to do this?

+4
source share
1 answer

In gnuplot, only two differently scaled y axes are possible.
But you could

  • scale your data against a specific value to build relative values ​​instead of absolute values,
  • or just a few charts. ( multiplier )
+1
source

All Articles