I'm plotting six differents graphs in a multiplot. I would like to autoscale axis. Values that are plotted are readed from txt files that are different in each execution, so I can't fix any value in xrange and yrange. That's why I need to autoscaling axis.
The problem is that multiplot doesn't allow to change term, so I can't plot in a dummy terminal and I don't know GPVAL_Y_MIN and GPVAL_Y_MAX values.
Any ideas? If graphs in multiplot don't have correct scale it is not very useful to display my data.