[rrd-developers] BUG: attempt to put segment in horiz list twice ??

2005-07-26 Thread Per Jessen
twice\n); return; } seg-flags |= ART_ACTIVE_FLAGS_IN_HORIZ; #endif Am I doing something wrong? /Per Jessen, Zürich -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-developers WebAdminhttp://lists.ee.ethz.ch

[rrd-developers] Re: BUG: attempt to put segment in horiz list twice ??

2005-07-27 Thread Per Jessen
Per Jessen wrote: I guess a temporary work-around for me would be to write the PNG output to a file instead of stdout - that way I still end up with a valid PNG file, even if libart spews out some warnings. This isn't stricly rrd-related, but in this context, well - I call rrdtool graph

[rrd-developers] Re: BUG: attempt to put segment in horiz list twice ??

2005-07-27 Thread Per Jessen
(oldstdout,1); // restore stdout. dup2(oldstderr,2); In a system() call, you can append 2$tmpfile to the commandline. Yeah, I did think of that too - I'll have to try it again, but I think it produced the same result (browser hangs). /Per Jessen, Zürich -- http://www.spamchek.com

[rrd-developers] Re: multiple axes

2005-07-28 Thread Per Jessen
Ruud H.G. van Tol wrote: It was OK after all: http://www.xs4all.nl/~rvtol/pics/rrd/bigtops.003.png I like that - I could use something like that. For instance for my temperature and time-above-threshold measurements. /Per Jessen, Zürich -- Unsubscribe mailto:[EMAIL PROTECTED] Help