Hello, Wrote a 3D function data points to table and plotted contours. Get horizontal grid like lines or points along with the contours. Have attached an image of it. splot the function to a table contour.dat Tried plot 'table-contour.txt' using 1:2:3 with lines and via stats command and plot each set of 2D data. both give the horizontal lines. How to remove them? thanks, Rani
Yes, I need the long string command to look nice. Want to add new line after each comma (,) in the plot command, and perl need to ignore the new line character. I will try perl forum then. Thank you very much.
I tried \ and " . " to separate the files in the plot command for clarity as below from the perl program. Get no error, if the plot command is in one line as below, but then loose clarity. Please suggest the syntax? open(GP, "| gnuplot") or die "Error while piping to Gnuplot: $! \n"; print GP << "Gnuplot-end"; set term svg set output 'boxplot-labeled.svg' set font "times,5" set xtics ("stat1" 1, "stat2" 2, "stat3" 3) set style data boxplot set xrange[0:4] plot "stat1.txt" using (1):2 notitle, 'stat1.txtlabel'...
Hello, Have xy data as plotted in the image attached with stats. Have several such xy pair, each to go as incremented x points in a graph. How to do it, can it be done via scirpt to call each file via for loop or perl? thanks, Rani ~~~
no qt terminal option in 5.2.5 , screenshot attched.
I installed gnuplot 5.2.5 in debian linux os qt and wxt terminals are missing. Please help, on how to add qt terminal. Set term x11 works. Though background is black and menu bar on graphics window is missing. Thanks Rani