in reply to Re^3: How to plot a graph setting a y axis with labels not linearly scaling
in thread How to plot a graph setting a y axis with labels not linearly scaling
The GD::Graph module is not as extensive a toolkit as Gnuplot, but there probably are ways possible to do what you need with a bit of trickery, like use GD to make an reusable axis template graphic, then do an overlay of your statistical data onto it.
You could also, make your own custom graph using the canvas or drawing widget of the various toolkits, for example, Tk Realtime data aquisition
|
|---|