Phobius plot - unrecognized terminal option
1
0
Entering edit mode
4.2 years ago
dohnalekv • 0

I installed Phobius and it's working fine, but when I add option -png it doesn't make any plot and prints in terminal:

set terminal png transparent small color xffffff                         x000000 x000000 xA0A0A0 x00CF00                         x0000FF x66CCCC x0000FF xFF0000
                                   ^
"./aaaa.gnuplot", line 24: unrecognized terminal option

Do i need to change some settings in gnuplot or install something more or anything else?

phobius gnuplot • 1.2k views
ADD COMMENT
1
Entering edit mode
4.2 years ago

As far as I can see there is not such option "color" in gnuplot: http://gnuplot.sourceforge.net/docs_4.2/node409.html

 set terminal png 
        {{no}transparent} {{no}interlace}
        {{no}truecolor} {rounded|butt}
        {tiny | small | medium | large | giant}
        {font <face> {<pointsize>}}
        {size <x>,<y>} {{no}crop}
        {{no}enhanced}
        {<color0> <color1> <color2> ...}

i would say it's a problem with the tool that generated the gnuplot script.

ADD COMMENT
0
Entering edit mode

I've deleted the 'color' option in the line and it works! Thank you very much.

ADD REPLY
0
Entering edit mode

please mark the question as answered, (green mark on the left)

ADD REPLY

Login before adding your answer.

Traffic: 1569 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6