Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

info-gnuplot-beta · Info-gnuplot BETA

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 89
  • Category: Graphics
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2491 - 2520 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2491 Lars Hecking
lhecking@... Send Email
May 13, 1999
4:36 pm
... Correct. I basically did a search-and-replace, no more. But in the case of gp_alloc'd memory, if the second, char * argument is supplied, gp_alloc() always...
2492 Lars Hecking
lhecking@... Send Email
May 13, 1999
5:00 pm
... Interesting. I have added qplot.zip on my main ftp site in the contrib directory: ftp://ftp.ucc.ie/pub/gnuplot/contrib/qplot.zip qplot.zip A perl script...
2493 Lars Hecking
lhecking@... Send Email
May 13, 1999
6:17 pm
... Here's the second version of my patch, enhanced according your suggestions. I'm not sure whether "+1" is actually required with token_len(), but it sure...
2494 Lars Hecking
lhecking@... Send Email
May 13, 1999
6:50 pm
Sorry, that's what you get for using Emacs instead of vi :) ... [...] ... Should be + set_text = FALSE; /* default no text */ [[[[ unsubscribe from...
2495 Alexander Mai
st002279@... Send Email
May 13, 1999
8:07 pm
... [...] ... I would say an official bugfix release (as opposed to 3.7 pl0) should come quite soon, and we shouldn't continue the copyright discussion before....
2496 Lars Hecking
lhecking@... Send Email
May 13, 1999
8:18 pm
... Some small stuff from bug-gnuplot; handling of ';' on the command line. `cat gnuplot/BUGS`. [[[[ unsubscribe from info-gnuplot-beta via...
2497 Alexander Mai
st002279@... Send Email
May 14, 1999
7:45 am
... I'm aware of this file, but wanted a 'commented&#39; list with a ranking WRT estimated amount of work/time and priority. Two comments: - 4) and 9) look similar...
2498 Lars Hecking
lhecking@... Send Email
May 14, 1999
10:13 am
... Some of these entries seem to be quite old and may need evaluation. [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
2499 Alexander Mai
st002279@... Send Email
May 14, 1999
12:52 pm
I though it would be a/in the FAQ but at first glance I can't find it there: How do I plot a vertical line (something like x=2) in xy mode ? By now I'm aware...
2500 Hans-Bernhard Broeker
broeker@... Send Email
May 14, 1999
1:49 pm
... Depending on context, the main methods available at the moment are: set arrow ... ... nohead generate (inlined) datapoints an plot them switch to...
2501 Alexander Mai
st002279@... Send Email
May 14, 1999
2:35 pm
... Well, to some extent. It neglects the 'smooth&#39; integration in an xy environment. If I need to use multiplot it makes things much more complicated. ... I...
2502 Lars Hecking
lhecking@... Send Email
May 14, 1999
3:49 pm
Lars Hecking writes: [...] ... I'm working on this now. Status so far: - another gnuplot variable "loadpath";, can be used with set and show commands - I have...
2503 Alexander Mai
st002279@... Send Email
May 14, 1999
5:02 pm
On Fri, May 14, 1999 at 04:33:29PM +0100, Lars Hecking wrote: [...] ... [...] ... I would say the M$-related (including OS/2 :-( platforms are using a ';'. ...
2504 David Denholm
daved@... Send Email
May 14, 1999
6:01 pm
... Could always side-step the issue by have gnuplot use a list of strings : set loadpath= '../data1&#39;, '../data2&#39;, ... This would keep the save format...
2505 Lars Hecking
lhecking@... Send Email
May 14, 1999
6:16 pm
... Ok, I'll add that to syscfg.h. What about Atari/TOS? VMS? ... Gnuplot save files are already unportable, even between different *nix systems, because of ...
2506 Lars Hecking
lhecking@... Send Email
May 14, 1999
6:24 pm
... Do you really mean gnuplot> set loadpath '../data1&#39; '../data2&#39; ? ... Also makes parsing a lot more complicated :-( ... I'll check how difficult this would...
2507 crawford richard
u600256@... Send Email
May 14, 1999
11:03 pm
Hi, all, While playing around with the blacktext and dashlength options for the postscript terminal, I've slowly come to the conclusion that they should all be...
2508 Jonathan Thornburg
jthorn@... Send Email
May 15, 1999
10:32 am
Two misc shortcomings of the `pause' command: First, I often play movies by constructing gnuplot scripts of the form # ... misc setup commands plot 'movie...
2509 Alexander Mai
st002279@... Send Email
May 15, 1999
11:12 am
... ? What's this ? I rarely look at these status files but at least here on OS/2 I get nothing similar in a simple file created by save "foo.gp" ... Yes. I...
2510 Jonathan Thornburg
jthorn@... Send Email
May 15, 1999
12:15 pm
Dick Crawford <rccrawford@...> wrote ... This would be nice. ... The current scheme where one has only a 1-dimensional selection from the 3 attributes...
2511 Alexander Mai
st002279@... Send Email
May 15, 1999
12:39 pm
On Sat, 15 May 1999 12:06:52 +0200 (CEST), Jonathan Thornburg wrote: [...] ... [...] I think here we can't offer a syntax/feature which is platform dependent. ...
2512 Jonathan Thornburg
jthorn@... Send Email
May 15, 1999
1:20 pm
I (Jonathan Thornburg <jthorn@...) suggested: = I'd like to see `pause' enhanced to handle non-integer numbers = of seconds. This would...
2513 David Denholm
daved@... Send Email
May 15, 1999
2:57 pm
... I don't thing VMS has a "natural" separator - it doesn't have a PATH variable to use as an example. Both ':' and ';' are valid as part of a file...
2514 Jonathan Thornburg
jthorn@... Send Email
May 15, 1999
3:41 pm
Suppose I do set logscale y set yrange [1e-15:1] set ytics 1e-15, 1e-5 With the default format of set format y "%g" , gnuplot will label the y axis with...
2515 Jonathan Thornburg
jthorn@... Send Email
May 15, 1999
4:15 pm
Sorry to follow up my own posting, but a minor bugfix... my example used the %S format when it should have used %T. Sorry for any confusion,... -- -- Jonathan...
2516 Jürgen v.H
May 16, 1999
10:31 am
... It was me who suggested (and implemented) this. The point was that with a Unix-file with a first line like #!/this/is/the/bindir/gnuplot -persist you could...
2517 Lars Hecking
lhecking@... Send Email
May 16, 1999
1:54 pm
... This is probably how I'll go about it. But I still think it's simpler to not use commas altogether. I'll see once I start coding :) Ultimately, I want to...
2518 Lars Hecking
lhecking@... Send Email
May 16, 1999
1:59 pm
... Well, ask the guy who did an almost complete rewrite of configure.in ... While extending sleep to accept fractional time values seems worth looking at, I...
2519 Alexander Mai
st002279@... Send Email
May 16, 1999
5:14 pm
... Well, I'm aware of select() "problems"; (means getting things running on multiple platforms), but have to correct: poll is _not_ Posix (also not BSD). I...
2520 Lars Hecking
lhecking@... Send Email
May 16, 1999
5:37 pm
... Correct. Stevens: "I/O multiplexing is not yet part of POSIX." :-( #ifdef HAVE_POLL use poll #elif defined(HAVE_SELECT) use select #elif...
Messages 2491 - 2520 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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