|
From: <she...@be...> - 2011-08-10 07:19:31
|
>> I am using the following code to plot an ascii image file: >> ... >> The image lloks fine except for being upside down. How can I flip it? > > set xrange [*:*] reverse > > The up-down flip uses yrange rather than xrange but it works now. Thank you very much! |