Except possible problems due to the reported warnings, the errors that prevent gnuplot from building on DU using cc are solved. Well, actually it is just a...
Alexander Mai
st002279@...
Aug 2, 1999 10:16 am
2739
... Does it have to be -std? Usually, configure should autodetect this, but it'll be looking for the flag '-std1'. This has always worked for my own Alpha...
Hans-Bernhard Broeker
broeker@...
Aug 2, 1999 12:20 pm
2740
... Just checked and (as expected) -std1 is fine, too. -std is less typing ;) ... cc is standard version, however not the current one supplied by digital: DEC...
Alexander Mai
st002279@...
Aug 2, 1999 12:44 pm
2741
Dear Sir/Madame, I saw the mailing list address on the web have been having a lot of problems calling gnuplot from within perl. I'm working in Tokyo as a...
Scott McLennan
codeman@...
Aug 3, 1999 2:49 am
2742
Dear Sir/Madem, I saw the mail group on the web and have been having a lot of problems calling gnuplot from within perl. I'm working in Tokyo as a software ...
Scott McLennan
codeman@...
Aug 3, 1999 3:00 am
2743
I have been trying to release a new beta version roughly every four weeks. The last release was on July 5 1999. There will very likely be no beta release this...
Lars Hecking
lhecking@...
Aug 6, 1999 1:01 pm
2744
Why is the pdf file encrypted? Freely availible pdf viewers like Xpdf cannot view encrypted files... The PDF file I'm refering to is the gnuplot.pdf file from...
Eric Ladner
eladner@...
Aug 7, 1999 3:11 pm
2745
... ghostscript based viewers do if pdf_sec.ps is replaced with Geoff Keating's version. http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/ [[[[ unsubscribe from...
Lars Hecking
lhecking@...
Aug 7, 1999 3:18 pm
2746
Hello gnuplot heros.... I have some trouble printing gnuplot postscript files.... this means, I can print them, I can include them in tex, but I can´t convert...
Boris Suchan
suchan@...
Aug 9, 1999 8:43 am
2747
... problem solved directly via priavte mail: set nomultiplot set out ... cheers juergen [[[[ unsubscribe from info-gnuplot-beta via majordomo@......
Jürgen v.H
Aug 9, 1999 9:35 am
2748
Hi there, I tried to use something like load "~/Gnuplot/loadfile.gpl" load "$HOME/Gnuplot/loadfile.gpl" When working interactivly, that's no problem. But it...
Christian Zobel
zobel@...
Aug 9, 1999 6:34 pm
2749
... Doesn't? I just checked (with gnuplot-3.7.0.9 beta on Linux/i586), and it worked like a charm, exactly as I expected it to. So, please, produce some more...
Hans-Bernhard Broeker
broeker@...
Aug 9, 1999 6:46 pm
2750
... Oh sorry, I think I'm just not really up-to-date! (Always the same :) Christian -- Christian Zobel *** zobel@... *** +49-221-470-2911/3604...
Christian Zobel
zobel@...
Aug 9, 1999 6:57 pm
2751
... load "~/Gnuplot/loadfile.gpl" works fine for me, both in interactive and batch mode. If it doesn't work for you, which version are you using, and how...
Lars Hecking
lhecking@...
Aug 9, 1999 6:59 pm
2752
... Tilde expansion appeared in beta 3.7.0.2. [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Aug 9, 1999 7:11 pm
2753
... Thanx, I just got it! I'll try the newest version! Sorry for complaining about already fixed bugs :) See you, Christian -- Christian Zobel ***...
Christian Zobel
zobel@...
Aug 9, 1999 9:03 pm
2754
Hi all, I would like to change the syntax for two gnuplot commands. The change is non-backwards compatible. Currently, the default styles for function and data...
Lars Hecking
lhecking@...
Aug 10, 1999 11:39 am
2755
Hi there again, another question: I created one load-file for each set of data which I have aquired. (Probably that's not the most elegant way, but I couldn't...
Christian Zobel
zobel@...
Aug 10, 1999 12:13 pm
2756
Hi again, thinking about my problems I recognized that I don't no any way to do loops in gnuplot. Ok, there is one: the if/reread combination. But there is no...
Christian Zobel
zobel@...
Aug 10, 1999 12:48 pm
2757
... Which version of gnuplot, and what is the exact command line? I guess it's a bug in the parser (interpreting ';' as END_OF_COMMAND although ';' is inside...
Lars Hecking
lhecking@...
Aug 10, 1999 2:04 pm
2758
... seems to me more sensible than others. Also it allows for more style definitions through this command. However it's really not backward-compatible... ...
Jürgen v.Hagen
vonhagen@...
Aug 10, 1999 4:17 pm
2759
... Well, as long as each "load" file has its own "plot" statement, each will create its own picture. And I suspect that the "reset" command in each file...
Dick Crawford
crawford@...
Aug 10, 1999 5:08 pm
2760
... And it's trivial to implement :) ... This is why I'm asking the list. My goal is to make the gnuplot command set more consistent and orthogonal, if...
Lars Hecking
lhecking@...
Aug 10, 1999 6:01 pm
2761
... The short form of "show functionstyle" would then be in the shortest version "show functions". Otherwise you will be shown all functions. I think there are...
Christian Zobel
zobel@...
Aug 10, 1999 6:18 pm
2762
What about using multiplot with one x/y-setting. The only problem is overlayed keys and same line styles. JBH ... -- ...
Juergen Breitlow
juergen.breitlow@...
Aug 10, 1999 6:18 pm
2763
... Would the major version number change as well, to reflect the incompatible changes? For what it's worth, I also like Christian's suggestion. With it, "set...
Ian MacPhedran
Ian_MacPhedran@...
Aug 11, 1999 2:20 am
2764
... My original plan was to call the next release 3.7.1. With all the changes since January, I then meant to go for 3.8, but with changes like the above 4.0...
Lars Hecking
lhecking@...
Aug 11, 1999 11:48 am
2765
... Newest version: 3.7.0.9 on a linux system. ...and it hasn't to do anything with quotes: It doesn't work even as a simple command-line like: load...
Christian Zobel
zobel@...
Aug 12, 1999 9:31 am
2766
... Good idea, but fails... It seems to be allowed no semicolon after a load command. Is this a bug?! ... OK! Thanx. Christian -- Christian Zobel ***...
Christian Zobel
zobel@...
Aug 12, 1999 9:31 am
2767
... I think introducing incompatible changes should be reflected in the major version number. So keep the style change for the version 3.8. Otherwise you will...