Plot error/warning

This was the culprit :slight_smile:
Delete the
save plot.png

  1. it is wrong, it requires quotes on the name otherwise gnuplot it treats the plot and png as variables and the dot . as the concatenation operation.
  2. the global commands are executed before any plot. Setting a filename has no influence if you dont redirect the output of gnuplot to a file. Let flair do the saving automatically when requested

In my settings I have the
set format "%h"
which forces the axis to use a human number formatting (look the gnuplot manual). Otherwise on log plots you might get some very weird numbers

2 Likes

Thank you @vasilis , it is now working fine :slight_smile: Although it was just a warning, but it was irritating for some reason :sweat:

Regards,
Riya