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...
Johannes Zellner
johannes@...
Mar 3, 2000 3:15 pm
3341
Hello, I have problems compiling pm3d enabled vgagl terminal (actually with gnuplot-3.8b-pm3d-Mar-03-2000, but also older releases containing ... In file...
Levente NOVÁK
novak@...
Mar 3, 2000 10:03 pm
3342
Hi, I build gnuplot-3.8b under Linux (Redhat6.1) and the demos worked fine. But this version failed to create the ps_symbols.ps, i.e. I got a seg. fault when...
Wolfgang Schadow
schadow@...
Mar 3, 2000 10:26 pm
3343
... could you please run it thru gdb and send me the output? If you're not familiar with gdb: - go to the source directory (cd src) - gdb gnuplot - set args...
Johannes Zellner
johannes@...
Mar 3, 2000 10:31 pm
3344
... you've to get a pretty recent version of svgalib. Since slink is already `pretty old' I'm using a self-compiled svgalib-1.4.2. I'll try to get a few ifdefs...
Johannes Zellner
johannes@...
Mar 3, 2000 10:37 pm
3345
I am not familar gdb, but here is what I got: GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General...
Wolfgang Schadow
schadow@...
Mar 3, 2000 10:44 pm
3346
Levente, Wolfgang, I've put in a few ifdefs and now it compiles at least with debian potato's libvga / vgagl. I also corrected an obvious bug in src/command.c...
Johannes Zellner
johannes@...
Mar 3, 2000 11:48 pm
3347
... Ok, it works now. I don't about gnuplot-3.8b, but worked at least with gnuplot 3.7.1 Wolfgang ...
Wolfgang Schadow
schadow@...
Mar 4, 2000 1:37 am
3348
Hi folks, I haven't been reading info-gnuplot-beta for some time now. Can somebody tell me where the latest beta-sources (3.8 I presume) are located? I'd like...
Jens Schneider
Jens.Schneider@...
Mar 4, 2000 1:57 pm
3349
... At the moment, you're better off getting the stuff from http://www.zellner.org/gnuplot Some bug fixes are missing yet, but I hope to get that done as soon ...
Lars Hecking
lhecking@...
Mar 4, 2000 2:58 pm
3350
Hi, using G N U P L O T Version 3.8b patchlevel 8 pm3d last modified Fri, 03 Mar 2000 19:34:32 +0100 System: Linux 2.2.13 I observed this: set format y...
Tobias Burnus
burnus@...
Mar 5, 2000 9:23 am
3351
... the problem seems to be at src/graphics.c:mant_exp(), somewhere around line 4220, probably l10 beeing slightly below an integer, maybe a roundoff problem....
Johannes Zellner
johannes@...
Mar 5, 2000 1:04 pm
3352
... [...] That's an almost completely unavoidable side effect of using binary floating point format to represent numbers to humans thinking in decimals. ...
Hans-Bernhard Broeker
broeker@...
Mar 6, 2000 2:58 pm
3353
On Monday, March 06, 2000 Hans-Bernhard Broeker ... I wonder how terrible it would be to multiply the numerical value by, say, 1.00001 before converting it to...
Dick Crawford
crawford@...
Mar 6, 2000 5:16 pm
3354
... Or, look at the string that comes out, and make sure there's only one digit to the left of the decimal, adjusting if necessary. -- <a...
Jeff Spirko
spirko@...
Mar 6, 2000 6:37 pm
3355
[sorry for not responding earlier - was subscribed at an old address which finally went away, and didn't notice the dearth of gnuplot-beta mail until just...
John A. Turner
turner@...
Mar 6, 2000 8:16 pm
3356
... Can the DNS be transfered to VT? I think Clark has made quite a good proposal. [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Mar 6, 2000 8:37 pm
3357
On Monday, March 06, 2000 Jeff Spirko <spirko@...> ... of ... be ... to ... This might get sticky when we're using "scientific powers",...
Dick Crawford
crawford@...
Mar 7, 2000 12:36 am
3358
The following bug shrinks the graph size instead of moving the graph right: set size 1,1 set origin -0.5,0 plot sin(x)/x The bug is present in splots as well,...
Petr Mikulik
mikulik@...
Mar 7, 2000 9:24 am
3359
Dr. Himanshu Agrawal
himanshu@...
Mar 7, 2000 10:44 am
3360
... I think you misunderstand how 'set origin' is supposed to work. It sets the origin of the graph, in paper coordinates, which means that to move the graph...
Hans-Bernhard Broeker
broeker@...
Mar 7, 2000 10:45 am
3361
... Positive offsets work as expected. I expect that negative offsets should work as well and move the graph to the left -- i.e., the behaviour is not ...
Petr Mikulik
mikulik@...
Mar 7, 2000 11:17 am
3362
... Well, thinking about that again, I suspect they actually don't. I'd expect to crash gnuplot on some of the bitmap image terminals ('gif', 'png' or 'pbm')...
Hans-Bernhard Broeker
broeker@...
Mar 7, 2000 11:28 am
3363
... I guess Petr wants to move the graph to the *left*. And that does not work! I'd also call this asymmetry (allow shifting the graph off the right but not...
Johannes Zellner
johannes@...
Mar 7, 2000 11:39 am
3364
... Both behaviours are a bug, actually. Gnuplot terminal drivers are not required to behave well if they receive commands to draw outside their reported paper...
Hans-Bernhard Broeker
broeker@...
Mar 7, 2000 12:11 pm
3365
... +++ graphics.c Tue Mar 7 08:37:26 2000 @@ -4132,6 +4132,7 @@ int sign = 1; double l10; int power; + double mtmp; /* Tmp storage for mantissa, see...