I have a plot with a set of points for different x values: 5 points for x=0.5, 5 points for x=0.6, ..., 5 points for x=1.4, 5 points for x=1.6.
Now I want to create a boxplot for each of those x values. But somehow all my boxplots are at x=0.5. I want the boxplots to be created at the right x value. The distance between 2 x values can be different. My current x values are 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2, 1.4 and 1.6, but they could also be different for a different plot. How would I do that?
This is the GNUPlot script for my points: https://dl.dropboxusercontent.com/u/26464165/Points.gnu
This is the GNUPlot script for my boxplots: https://dl.dropboxusercontent.com/u/26464165/Boxplots.gnu
Thanks for your time!