I know this was asked before a while ago using images for points but I was wondering whether someone can provide more detailed help, or whether any recent changes in gnuplot make this easier?
My question is slightly different and I didn't want to reopen a 6yo question
I'm trying to produce a plot for a weather forecast similar to this: AIX weather widget screenshot
I have some data from openweathermap's api, and an icon set - plotting the temp, rainfall, etc is trivial.. What I would like to do is plot an image/ icon to show the weather just above the temperature plot
It looks like center
would work, but how can I get center
to correspond to a datapoint - or more accurately to a few pixels above the datapoint
Any alternative suggestions would also be gratefully received
center
could work if I can place it correctly. I was hoping that there would be a function to use an image as a column/ box Another option could be to use rgbimage and try to manually place the images according to the data point coordinates.. This is basically why I'm asking for help as I'm not sure which option is the best way to proceed – draki