I'm generating a file with C that can contain INFINITY and NAN from math.h libary(just a few points).
This file is in .csv format.
Right now when I plot this 2D graph these points are read as 1 or -1.
For the plotting I have a skript that has autoscale for the Y axis and multiplot on.
How should I save the data in the .csv so that the gnuplot can read it?
Is it even possible to input infinity in a plot, without destroying the scaling?
I can also not simply put a big number instead of INFINITY in the .csv file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm generating a file with C that can contain INFINITY and NAN from math.h libary(just a few points).
This file is in .csv format.
Right now when I plot this 2D graph these points are read as 1 or -1.
For the plotting I have a skript that has autoscale for the Y axis and multiplot on.
How should I save the data in the .csv so that the gnuplot can read it?
Is it even possible to input infinity in a plot, without destroying the scaling?
I can also not simply put a big number instead of INFINITY in the .csv file.