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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3946 - 3975 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3946
epstool is a great tool to calculate the correct bounding box, and a must for gnuplot-created ps files for their inclusion into LaTeX. However, it (or...
Petr Mikulik
mikulik@...
Send Email
Sep 7, 2000
8:44 am
3947
... Please could you provide more information: - what version of ghostscript do you use? - what exactly are the symptoms of the bug you describe (What does not...
Thomas Henlich
henlich@...
Send Email
Sep 8, 2000
7:05 am
3948
... Crashes of epstool 1.0.4 are seen on both gs 5.50 and gs 6.01. Upgrade of gs is not a solution for me. Drawing the file via ghostscript itself (on the...
Petr Mikulik
mikulik@...
Send Email
Sep 8, 2000
7:46 am
3949
... The release version of Aladdin ghostscript is 6.01. Upgrading to an as of yet unreleased or alpha/beta/test version is not a solution. [[[[ unsubscribe...
Lars Hecking
lhecking@...
Send Email
Sep 8, 2000
10:45 am
3950
... I tested the following file and couldn't find any problems. Could it be that you have an old version (1.0.4) of epstool? epstool Version: 1.4 2000-06-30 ...
Thomas Henlich
henlich@...
Send Email
Sep 8, 2000
11:24 am
3951
... That's it! I have recompiled Usage: epstool [option] operation filename Copyright (C) 1995-2000, Ghostgum Software Pty Ltd. All rights reserved. Version:...
Petr Mikulik
mikulik@...
Send Email
Sep 8, 2000
1:03 pm
3952
Note: forwarded message attached. ===== Alex Woo woo@... __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free...
Alex Woo
wooac@...
Send Email
Sep 8, 2000
8:34 pm
3953
Hallo, is there a patch for the current gnuplot-3.7.1 similar to that for gnuplot-3.2 setting a point every n datapoints (pointskip) and starting at m...
Hermann Deppe
de@...
Send Email
Sep 11, 2000
8:31 am
3954
... There is no need for such a patch, if I understand you correctly. You have to use the "every" modifier to plot (see "help every" or "help plot"). ... and ...
Levente NOVAK
novak@...
Send Email
Sep 11, 2000
9:07 am
3955
With your first purchase of any size of any new or renewal subscription AT OUR GUARANTEED LOWEST RATE (we BEAT all competitor's prices before you pay us and...
flowergarden@...
Send Email
Sep 15, 2000
5:31 pm
3956
Hello, I just made a patch so that arrow endpoints can be given relative to the start. The syntax is set arrow from x1, y1 to x2, y2 rel$ative I use this for...
Johannes Zellner
johannes@...
Send Email
Sep 19, 2000
1:50 pm
3957
... Any benefit to doing it instead with a keyword other than 'to' ? Something along the lines of set arrow from ... by graph 0.1,0.1 or whatever (don't like...
David Denholm
Dave.Denholm@...
Send Email
Sep 19, 2000
2:31 pm
3958
... [...] ... I agree with David, here. A selection between two possible keywords is easier to parse than an optional keyword in a position of its own. Instead...
Hans-Bernhard Broeker
broeker@...
Send Email
Sep 19, 2000
4:29 pm
3959
... How about a PostScript-like "rto" (shorthand for "relative to")? Dick Crawford, aka crawford@... [[[[ unsubscribe from info-gnuplot-beta via...
Dick Crawford
crawford@...
Send Email
Sep 19, 2000
5:33 pm
3960
... so: I saw that there is a consensus about modifying the keyword instead of appending an attribute. I used "rto", as I liked it most (I considered also...
Johannes Zellner
johannes@...
Send Email
Sep 20, 2000
1:35 am
3961
... Feel free to, but only in the 3.8 series. We don't use const in 3.7. [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Send Email
Sep 20, 2000
9:28 am
3962
I've tried 'make gnuplot.info' on the latest pm3d/CVS version but it does not work: makeinfo -I. ./gnuplot.texi --no-split --output=gnuplot.info Making info...
Petr Mikulik
mikulik@...
Send Email
Sep 20, 2000
11:07 am
3963
... Maybe gnuplot.texi is corrupted? Can you delete gnuplot.texi and try again? You'll need emacs for that. [[[[ unsubscribe from info-gnuplot-beta via...
Lars Hecking
lhecking@...
Send Email
Sep 20, 2000
11:50 am
3964
we have made an enhancement (Gnufusion-1.11, as we call it) for plotting HSPICE electronic circuit simulation results using gnuplot-3.7. Gnufusion-1.11 is an...
Parul K. Sharma
parul@...
Send Email
Sep 20, 2000
12:15 pm
3965
... I've deleted it but I don't know how to recreate it again (it does not work through Makefile). ... Petr Mikulik [[[[ unsubscribe from info-gnuplot-beta via...
Petr Mikulik
mikulik@...
Send Email
Sep 20, 2000
12:32 pm
3966
... There is a gnuplot.texi target in docs/Makefile. [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Send Email
Sep 20, 2000
1:11 pm
3967
... I would prefer if you could host it and we just add a pointer to our links collection, but if that isn't possible, you can email it to me and I'll make it...
Lars Hecking
lhecking@...
Send Email
Sep 20, 2000
1:11 pm
3968
There is an HP-UX machine with gcc installed, but not working. Thus cc should be used to compile gnuplot. I've tried CC=cc ./configure from INSTALL, and even...
Petr Mikulik
mikulik@...
Send Email
Sep 20, 2000
5:05 pm
3969
... did you try: csh/tcsh> setenv CC cc sh/bash> export CC=cc after that: make distclean; ./configure; make install This should always work -- Johannes [[[[...
Johannes Zellner
johannes@...
Send Email
Sep 20, 2000
5:43 pm
3970
... That works only in a Bourne type shell (sh/ksh/bash). For C shell (csh/tcsh), use $ env CC=cc ./configure ... This has always worked for me ... [[[[...
Lars Hecking
lhecking@...
Send Email
Sep 20, 2000
6:11 pm
3971
... Thanx, that's it! And another problem came from using HP make instead of GNU make, so it now compiles on HP-UX with cc. However, I'm getting "Bus errors"...
Petr Mikulik
mikulik@...
Send Email
Sep 20, 2000
9:57 pm
3972
Is there an electronic circuit simulation specialist in the house? -- Clark K. Gaylord Blacksburg, Virginia USA cgaylord@... ... [[[[ unsubscribe from...
Clark Gaylord
cgaylord@...
Send Email
Sep 20, 2000
10:04 pm
3973
... That's not supposed to happen. Did you run 'configure' before, letting it find the non-functional gcc? If so, you may have to 'make distclean' before you...
Hans-Bernhard Broeker
broeker@...
Send Email
Sep 21, 2000
10:42 am
3974
... Ah. Finally someone with the experience to give a shot at our known HP-UX problem... The crash is a bit strange. By design of the change_term() function, ...
Hans-Bernhard Broeker
broeker@...
Send Email
Sep 21, 2000
10:59 am
3975
... I have replaced if ((*t->pointsize)) { by if ((t->pointsize)) { and now it works. I think that (*t->pointsize) is actually calling the pointsize routine...
Petr Mikulik
mikulik@...
Send Email
Sep 21, 2000
2:04 pm
Messages 3946 - 3975 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