I would like to draw an empty rectangle in my plot.
So far I have:
set style rect back fs empty border lt 3
set object 1 rect from 1,1 to 2,2
And I have my rectangle with a dashed line. How do I change the color of the line? lc does not seem to work after border. I also tried with setting a new line style, and border but I was not successful.
Thank you!