Search the web
Sign In
New User? Sign Up
info-gnuplot-beta · Info-gnuplot BETA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4593 - 4622 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4593
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Lars Hecking
lhecking@...
Send Email
Feb 16, 2001
8:17 pm
Messages 4593 - 4622 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help