Hi Bastian, Thank you, it works !
Hi and thank you Hans and Bastian. I was talking about the second x label (from second plot) who overlay the x label from the first plot. Your script does exactly what I want Bastian thank you very much ! I was complicated the problem for nothing with the multiplot... Thank you !
Hello, I have some problem to plot histograms and a filledcurve on the same plot. With the following script I got a massive shift of my second plot to the left (due to the "unset label"). Without the unset label I have an overlap of the labels. There are something wrong in my code but I have no idea about that. Here is my *.gnu set term png enhanced font '/usr/share/fonts/liberation/LiberationSans-Regular.ttf' 12 file_name = "spectra_Tb161" set output file_name . '.png' set multiplot set nokey set...