|
From: Thomas S. <t.s...@fz...> - 2009-12-20 17:03:28
|
there is no 'image.dem' in the 'demo' directory of version 4.0 'image.dem' is in the 'demo' directory starting from version 4.1/4.2 that means that features of version 4.2 may be not present in version 4.0 and so 'image.dem' is not garanteed to work - and obviously it doesn't work. reason: the 'GPVAL_*' variables don't exist in version 4.0 o3hq wrote: > > version 4.0 > thank you > > > Thomas Sefzick wrote: >> >> which version of gnuplot are you using? >> >> >> o3hq wrote: >>> >>> I have a problem loading an image. When I try to load it >>> >>> gnuplot> load 'image.dem' >>> >>> the message that appears next is >>> >>> gnuplot> if ((GPVAL_VERSION == 4.1 || GPVAL_VERSION == 4.2) && >>> (!strstrt(GPVAL_COMPILE_OPTIONS,"+IMAGE"))) print ">>> Skipping demo >>> <<<\n" ; print "This copy of gnuplot was built without support for >>> plotting images" ; exit ; >>> >>> ^ >>> "image.dem", line 16: invalid expression >>> >>> I have no idea of what I have to do t continue. If I print any of these >>> options, I'm still not able to finish loading the image. What I have to >>> do? Thanks >>> >> >> > > -- View this message in context: http://old.nabble.com/loading-an-image-tp26861974p26865201.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |