... That sounds a lot like the opengl driver I implemented. I introduce a set of 3D commands like move3d, vector3d, text3d, point3d etc. I just hacked the...
Michael Cohen
mic109@...
Feb 2, 2000 9:48 am
3312
On Wed, 2 Feb 2000, Michael Cohen wrote: [...] ... [...] oops. Thats not the idea behind gnuplot in my opinion. A driver shouldn't supply it's own drivers....
Johannes Zellner
johannes@...
Feb 2, 2000 10:41 am
3313
... I was going to agree with you, but then I remembered that the gnugraph driver in the current beta supports the same output formats as the latest GNU...
Lars Hecking
lhecking@...
Feb 2, 2000 11:19 am
3314
... Hey, there is no conspiracy! Anyway, the following patch, in addition to the patch I posted previously, modifies bitmap.c to allow dash selection to be...
sharkey@...
Feb 2, 2000 1:43 pm
3315
... It still doesn't, at least with today's cvs version. [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Feb 2, 2000 3:22 pm
3316
On Fri, 28 Jan 2000, Michael Cohen wrote: [...] ... Exactly. That's why we need palettes-like things, and interpolation in terms of palette...
Hans-Bernhard Broeker
broeker@...
Feb 2, 2000 4:41 pm
3317
... No, that's not what I demonstrated, above. I demonstrated how to implement so that it becomes sensible: interpolation in terms of 'color index', and that's...
Hans-Bernhard Broeker
broeker@...
Feb 2, 2000 4:46 pm
3318
... If you can interpolate, this means that the device allows a float-addressed palette. ;-) (*This* was what I tried to imply in my initial message, nothing...
Ilya Zakharevich
ilya@...
Feb 2, 2000 7:44 pm
3319
... I don't need floats as palette addresses, just to interpolate between palette entries 100 and 55 and find 77 as the result. Do you? Hans-Bernhard Broeker...
Hans-Bernhard Broeker
broeker@...
Feb 2, 2000 7:46 pm
3320
... floats give a smoother palette for terminals which support a quasi-continous palette (postscript or deep TrueColor) as they're quasi-continuous themselves....
Johannes Zellner
johannes@...
Feb 2, 2000 10:04 pm
3321
... actually I cannot repoduce this. I inserted two `if (interactive)' but I cannot verify, if this solves your problem. `make check' runs w/o problems...
Johannes Zellner
johannes@...
Feb 3, 2000 1:19 am
3322
... I am using my current development version. All source files in src/ and term/ are identical to your CVS, the difference to your CVS is mainly in the...
Lars Hecking
lhecking@...
Feb 3, 2000 1:26 am
3323
... I can reproduce it on a SGI/IRIX! The problem is that `make check' uses /dev/null (shouldn't is use /dev/zero ?) as input source. Did that ever work with...
Johannes Zellner
johannes@...
Feb 3, 2000 2:15 pm
3324
... The problem was the select() in term/x11.c:X11_waitforinput. On some systems /dev/null is not select'able. I could reproduce this on a IRIX 6.2 (but not on...
Johannes Zellner
johannes@...
Feb 6, 2000 1:25 am
3325
gnuplot's replot command does not "remember" previous data if the data was specified inline. This is even noted in the manual: <quote> N.B.---use of plot '-' ;...
Lars Hecking
lhecking@...
Feb 10, 2000 3:18 pm
3326
... I would suggest something like a linked list, beter still, let the linked list remember everything in terminal coordinates so most of the scalings etc dont...
Michael Cohen
mic109@...
Feb 10, 2000 10:42 pm
3327
... [...] ... I don't think storing in terminal coordinates would be a good idea. That would disallow other changes to the plot (changing the xrange, or the ...
Hans-Bernhard Broeker
broeker@...
Feb 11, 2000 11:34 am
3328
... I've had cases where my data comes from a script or program that doesn't take quite long enough to justify saving the output in a file, but takes long ...
Jeff Spirko
spirko@...
Feb 11, 2000 2:36 pm
3329
... Yep, works fine on Solaris now. Will try other platforms later (DU4.0F, IRIX6.3, Linux, HP-SUX). [[[[ unsubscribe from info-gnuplot-beta via...
Lars Hecking
lhecking@...
Feb 11, 2000 6:14 pm
3330
Hello, In the beta version 3.8b, the commands 'unset xtics', 'unset ytics' and 'unset ztics' don't work. The below patch to src/unset.c fixes this. Greetings, ...
Pieter-Tjerk de Boer
ptdeboer@...
Feb 14, 2000 11:02 am
3331
... A casualty of the parser rewrite. Thanks for the fix! [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Feb 14, 2000 12:35 pm
3332
Hi. I just wrote a new term for Gnuplot and want to contribute it to the official distribution. My term is a GGI term, so I can use the exact same term for any...
Cesar Crusius
crusius@...
Feb 27, 2000 7:14 am
3333
... That depends heavily on which terminal driver you're using. Most drivers can't do this type of fancy stuff, at all, but "postscript enhanced" may, and the...
Hans-Bernhard Broeker
broeker@...
Feb 28, 2000 12:12 pm
3334
... [...] Ooops, sorry, this should have gone to info-gnuplot, instead (it is, now). Typo on my side. Hans-Bernhard Broeker (broeker@...) ...
Hans-Bernhard Broeker
broeker@...
Feb 28, 2000 12:15 pm
3335
http://www.Widemouth.com Irelands favourite Internet chat. The first Widemouth newsletter of the new millenium, and we have loads to tell you about. 1 - The...
Graham
Graham@...
Feb 29, 2000 4:23 pm
3336
I thought one of you bought this domain name? Hi. I am a Gnuplot user. Last night, when i was searching the binaries for the OS of the BSOD (for a friend that...
Alex Woo
woo@...
Mar 1, 2000 6:05 pm
3337
... gnuplot is not, and was never, a GNU project. The gnuplot domain is in fact owned by a subscriber of this list, and we will use it at some stage. The DNS...
Lars Hecking
lhecking@...
Mar 1, 2000 6:23 pm
3338
Default values of "plot 'x.dat'" are "using 1:2". When treating and comparing several files with several columns (synchrotron data in my case), it would be...
Petr Mikulik
mikulik@...
Mar 2, 2000 9:57 am
3339
Here, I would like to report on the problem with plot "-" and subsequent "replot". This contributes to the previous discussion about "Gnuplot temp files". A....
Petr Mikulik
mikulik@...
Mar 2, 2000 9:57 am
3340
Hello everybody, after implementing pm3d on top of the mouse patches for X11 and vgagl (linux console) we finally got pm3d working again reliable on all of the...