Hello, everyone! From time to time, there have been requests both in the newsgroup and to me, in personal communication, for an Adobe PDF file format output in...
Hans-Bernhard Broeker
broeker@...
Feb 1, 2001 2:03 pm
4594
Some warnings I always see here: 1) cc: Warning: ../term/tgif.trm, line 1516: In this statement, the referenced type of the pointer value "TGIF_colours[i]" is...
Alexander Mai
st002279@...
Feb 2, 2001 2:37 pm
4595
... No. If at all, making that TGIF_colors[] thing a char *[] would be the right change. Casting a pointer only hides the problem, it doesn't solve it. ... ...
Hans-Bernhard Broeker
broeker@...
Feb 5, 2001 1:25 pm
4596
As announced last week, here's the PDF file format driver. It's a .zip file with the pdf.trm file itself, and a patch for configure.in to add autoconf-ing for...
Hans-Bernhard Broeker
broeker@...
Feb 5, 2001 5:30 pm
4597
On Thu, 18 Jan 2001, Hans-Bernhard Broeker wrote: [...] ... [...] ... [...] I got now reply whatsoever regarding this issue. So I'll take that as a sign that...
Hans-Bernhard Broeker
broeker@...
Feb 5, 2001 6:08 pm
4598
... This has nothing to do with DOS. fopen() and fclose() are not DOS entry points. The correct solution is to send a bug report to your C RTL vendor. Ilya ...
Ilya Zakharevich
ilya@...
Feb 5, 2001 9:48 pm
4599
According to my last two entries in ChangeLog: 2001-02-06 Petr Mikulik <mikulik@...> * src/win/wgraph.c src/win/wgnuplib.h term/win.trm: partial ...
Petr Mikulik
mikulik@...
Feb 6, 2001 11:45 am
4600
... [...] ... Hmm... guess that will fall back into my in-tray, as most, if not all of the Windows-specific has for quite a while, right? I'll look into it. --...
Hans-Bernhard Broeker
broeker@...
Feb 6, 2001 4:24 pm
4601
On Mon, 5 Feb 2001, Ilya Zakharevich wrote: [...] ... I strongly doubt that. The problem, according to the original poster, happens with just about every DOS C...
Hans-Bernhard Broeker
broeker@...
Feb 6, 2001 5:37 pm
4602
... Well, it is a wrong conclusion. As you found out, on DOS one should not do what the C RTLs you tested do on close()-after-open(). ... Why? I can easily...
Ilya Zakharevich
ilya@...
Feb 6, 2001 7:59 pm
4603
... [...] ... That doesn't make the behaviour of the DOS call itself any more correct. As it is, it fails in rather spectacular way if you open the same file...
Hans-Bernhard Broeker
broeker@...
Feb 6, 2001 8:06 pm
4604
... Absolutely. You cannot predict which combinations of features are used throughout the world. Users of software (taken together) are almost always more...
Ilya Zakharevich
ilya@...
Feb 6, 2001 10:08 pm
4605
... We should. ... Why should we rate failure of even such limited services as 'normal'? ... I disagree. It would be a limitation if the second open() call was...
Hans-Bernhard Broeker
broeker@...
Feb 6, 2001 10:10 pm
4606
The following example: set y2range [0:3] reverse plot '-' axes x1y2 notitle with histeps, \ '-' axes x1y1 notitle with lines 1 1 2 2 3 3 e 1 1 2 2 3 3 e ...
Edzer J. Pebesma
e.pebesma@...
Feb 8, 2001 11:12 am
4607
On Thu, 8 Feb 2001, Edzer J. Pebesma wrote: [...] ... I.e. a bug. Yes. -- Hans-Bernhard Broeker (broeker@...) Even if all the snow were...
Hans-Bernhard Broeker
broeker@...
Feb 12, 2001 4:34 pm
4608
... The problem is in the handling of flag 'reverse_range'. In the case of set yrange [0:3] reverse the flag should *not* be set, but it is. In consequence,...
Hans-Bernhard Broeker
broeker@...
Feb 14, 2001 4:10 pm
4609
[Moved to beta, from bugs:] ... [...] ... [...] ... Upon closer investigation, this turns out to be yet another bug in the axis.[ch] changes. The new element...
Hans-Bernhard Broeker
broeker@...
Feb 14, 2001 5:21 pm
4610
[From the bugs mailing list:] ... I think the proper way to solve this is to add a check in eval_plots() and its splot equivalent: whenever the 'with' option...
Hans-Bernhard Broeker
broeker@...
Feb 14, 2001 5:56 pm
4611
Hans, possibly related to this issue is the plotting with impulses on a reversed axis. Try: set xrange [0:4] set yrange [0:3] reverse plot '-' with impulses 1...
Edzer J. Pebesma
e.pebesma@...
Feb 15, 2001 10:29 am
4612
... Yes, it is. Turns out the fix I found yesterday isn't general enough, yet. At the bottom of this issue, there's a command ambiguity. We currently seem to...
Hans-Bernhard Broeker
broeker@...
Feb 15, 2001 2:08 pm
4613
... And would this be different from: gnuplot> set yrange [3:0] gnuplot> set yrange reverse -- Jeff Spirko WD3V | The study of non-linear physics ...
Jeff Spirko
spirko@...
Feb 15, 2001 2:54 pm
4614
... IIRC, "reverse" was added so that autoscaled axes could be reversed. The ambiguity that HBB and Jeff Spirko have highlighted for us could be removed if we...
crawford
crawford@...
Feb 15, 2001 5:05 pm
4615
... [...] ... Yes. That's also what the documentation says. ... Restricting operation to certain cases feels like the wrong of doing things. The command...
Hans-Bernhard Broeker
broeker@...
Feb 15, 2001 5:18 pm
4616
Hello. I cannot access cvs due to firewall "features." Are there snapshots of gnuplot beta avail. via ftp? I am particularly interested in using and working...
Turnbull Wallace Capt...
Wallace.Turnbull@...
Feb 15, 2001 5:53 pm
4617
... I certainly agree with this as a guiding principle. ... What would happen to "set yrange [3:*]" or "set yrange [3:*] reverse" ? And what would happen if...
crawford
crawford@...
Feb 15, 2001 5:54 pm
4618
... I don't have even the slightest idea, yet. ;-) ... Anyone's guess. -- Hans-Bernhard Broeker (broeker@...) Even if all the snow were...
Hans-Bernhard Broeker
broeker@...
Feb 15, 2001 6:41 pm
4619
About a year ago, I sent an email to this group in which I said that I was willing to work on a Macintosh port of gnuplot. This was to scratch an itch I had....
Dean Thomas
dcthomas@...
Feb 16, 2001 5:33 pm
4620
On Fri, 16 Feb 2001, Dean Thomas wrote: [...] ... Good. Very good, indeed. <Imagine hearing a big round of applause, at this point during the speach... :-)>...
Hans-Bernhard Broeker
broeker@...
Feb 16, 2001 5:54 pm
4621
... Hmm. ISTR that once upon a time, we wanted to change the wording on the copyright. (Was Richard Stallman threatening to make a fuss about something ?) I...
Dave Denholm
dave.denholm@...
Feb 16, 2001 7:36 pm
4622
... The wording was changed during your reign. Binary distributions built from modified sources were allowed under certain conditions, basically to satisfy the...