Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2407

Re: Error message "';' expected"

Newsgroups comp.graphics.apps.gnuplot
Date 2014-04-10 03:17 -0700
References <j1ldpi$3tn$1@online.de>
Message-ID <51675398-03e2-4184-896f-53da4e870f9d@googlegroups.com> (permalink)
Subject Re: Error message "';' expected"
From varun0008@gmail.com

Show all headers | View raw


On Sunday, 7 August 2011 12:40:41 UTC+5:30, Markus  wrote:
> Hi,
> 
> I have used gnuplot on my old sheevaplug to visualize some weather 
> information.
> 
> Before half a year my sheeva has broken and now I try to setup a new 
> DreamPlug with the same functionality.
> 
> But my GnuPlot script doesn't work any longer on DreamPlug. It stops 
> with an error:
> 
> plot "< awk '/Sensor 1/ {next} {print}' /var/log/temperatures" using 1:6 
> title 'Innentemperatur' smooth unique with lines 1, "< awk '/Sensor 0/ 
> {next} {print}' /var/log/temperatures" using 1:6 title 
> 'Aussentemperatur' smooth unique with lines 3
> 
> "tempdarstellung", line 18: ';' expected
> 
> 
> And:
> 
> plot "/var/log/fhem/KS300-2011.log" using 1:4 title 'Aussentemperatur' 
> smooth unique with lines 1, "/var/log/fhem/KS300-2011.log" using 1:6 
> title 'Luftfeuchtigkeit' smooth unique with lines 3
>  
>                           ^
> "KS300_plot", line 19: ';' expected
> 
> 
> It says that behind "lines 1" it expects a semicolon...
> 
> Do you have any idea?
> 
> Thanks,
> 
> Markus

Hi Folks,
I am facing a similar issue with the gnuplot.
When i am executing the following code in a file : 
set key reverse Left outside
set grid
set xtics font "Arial, 10"
set style data linespoint
set boxwidth 2
set style fill transparent pattern 2 noborder 


I am getting the following error :
gnuplot> set style fill transparent pattern 2 noborder 
                        ^
         "./clusterload_all.pg", line 16: ';' expected

And when i had commented this line, i was getting some other error related to this only:
gnuplot> plot "cpu.dat" using 1:2 with lines title "CPU% total" lw 5 lc 1,                     '' using 1:3 with lines title "MEM% total" lw 5 lc 2,                     '' using 1:4 with lines title "CPU% for clmServer" lw 5 lc 6,                     '' using 1:5 with lines title "MEM% for clmServer" lw 5 lc 10,                     '' using 1:8 with boxes fill transparent pattern 2 title "1: Uninstall Licenses" lw 2 lc 5,                     '' using 1:9 with boxes fill transparent pattern 2 title "2: Install Licenses" lw 2 lc 6,                     '' using 1:10 with boxes fill transparent pattern 2 title "3: Query Installed Licenses" lw 2 lc 7,                     '' using 1:11 with boxes fill transparent pattern 2 title "4: Creating Feature Codes" lw 2 lc 11,                     '' using 1:12 with boxes fill transparent pattern 2 title "5: Register Feature Codes" lw 2 lc 3,                     '' using 1:13 with boxes fill transparent pattern 2 title "6: Query Feature Codes" lw 2 lc 1,                     '' using 1:14 with boxes fill transparent pattern 2 title "7: Unregister Feature Codes" lw 2 lc 21
                                                                     ^
         "./clusterload_all.pg", line 29: ';' expected


Could you please help. As this scripts were working perfect with the same version earlier and now they are not.

Regards,
Varun

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Error message "';' expected" Markus <markusd112@web.de> - 2011-08-07 09:10 +0200
  Re: Error message "';' expected" Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-08-07 14:56 +0200
    Re: Error message "';' expected" James Waldby <not@valid.invalid> - 2011-08-07 15:24 +0000
      Re: Error message "';' expected" Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-08-07 17:42 +0200
        Re: Error message "';' expected" Markus <markusd112@web.de> - 2011-08-08 18:58 +0200
  Re: Error message "';' expected" varun0008@gmail.com - 2014-04-10 03:17 -0700
    Re: Error message "';' expected" Christoph Bersch <usenet@bersch.net> - 2014-04-10 12:47 +0200

csiph-web