Hi All, Oliver recently started a topic on the gnuplot wiki with the text below. And since I don't assume you are all checking the wiki on a daily basis (yet)...
Lauren Clarke
lauren@...
Mar 1, 2001 10:55 pm
4667
... This should be circumvented by defining "MINEXP" during compile on those architectures which do this. For suns, this should be -745.1 or so. Ian. ... Ian...
Ian MacPhedran
Ian_MacPhedran@...
Mar 1, 2001 11:23 pm
4668
... The only real error I can see in that statement is imprecise wording. It should say "platform", not "architecture", i.e. it's the whole runtime environment...
Hans-Bernhard Broeker
broeker@...
Mar 2, 2001 9:52 am
4669
Alex, I'm new to this, so I hope I have the right person. The link on www.gnuplot.org for the Macintosh port need to be updated. The link to the latest port...
Dean Thomas
dcthomas@...
Mar 2, 2001 2:51 pm
4670
... My bad - should have done this a week ago. The link on the UCC page is updated now. gnuplot.org should pick it soon. [[[[ unsubscribe from...
Lars Hecking
lhecking@...
Mar 2, 2001 3:17 pm
4671
... I think the real mistake is in interpreting errno==ERANGE as an error when taking the exponential of a negative number. It's not a bug in the system math...
Jeff Spirko
spirko@...
Mar 2, 2001 3:43 pm
4672
... Or, to turn it around: it's not a bug, but a questionable decision by the libc/libm implementor to signal underflow in exp() with an ERANGE. The language...
Hans-Bernhard Broeker
broeker@...
Mar 2, 2001 4:07 pm
4673
With all the new features that went in recently, - new pdf, svg drivers - new png option 'picsize' - mouse support for Windows HBB and myself found it...
Lars Hecking
lhecking@...
Mar 2, 2001 4:10 pm
4674
... errno is undefined after a successfull library call, so it should not matter if gp_exp() changes the value to 0 on success. -- Jeff Spirko WD3V...
Jeff Spirko
spirko@...
Mar 2, 2001 4:23 pm
4675
... The current code in gnuplot looks at errno only after the whole mathematical expression has been evaluated. Which implies we must allow for some other...
Hans-Bernhard Broeker
broeker@...
Mar 2, 2001 4:32 pm
4676
... Shouldn't we add the TeX source as well? So people could supply real usefull diffs. Otherwise "someone" has to convert any plain ASCII submission into TeX....
Alexander Mai
st002279@...
Mar 2, 2001 5:42 pm
4677
Just to let you know that I finally found the time to synch the column branch with MAIN ... -- Johannes [[[[ unsubscribe from info-gnuplot-beta via...
Johannes Zellner
johannes@...
Mar 3, 2001 9:48 pm
4678
Yesterday, I encountered a really strange fitting bug. That is, when I want to fit a line onto data composed of large x-values (larger than 1e07), the...
Dr. Novak Levente
novak@...
Mar 6, 2001 2:19 pm
4679
... This shouldn't be all that strange anymore if you had read the documentation a bit more closely. Citing "help fit tips": A technical issue: the parameters...
Hans-Bernhard Broeker
broeker@...
Mar 6, 2001 2:36 pm
4680
... Yes, I must admit that I've never read this part of the manual. I am using fit since before its official integration into the Gnuplot betas (somewhere in...
Dr. Novak Levente
novak@...
Mar 6, 2001 3:09 pm
4681
... Not a big surprise, then: the fit documentation was rewritten almost from scratch around version 3.7.0. ... Not really. If you look at your incorrect fit...
Hans-Bernhard Broeker
broeker@...
Mar 6, 2001 3:17 pm
4682
... Just tried it... with and without PM3D_COLUMN. Compiler reports: - pm3d.c:115, :125 - missing #ifdef - pm3d.c: 52 - strange comma - plot3d.c:692 - HUGE...
Petr Mikulik
mikulik@...
Mar 6, 2001 5:25 pm
4683
... FYI: this could potentially be caused by my changes regarding the definition of VERYLARGE (moved a hunk of #ifdef/#defines from syscfg.h to stdfn.h). -- ...
Hans-Bernhard Broeker
broeker@...
Mar 6, 2001 5:28 pm
4684
Hello, y'all In the context of yet another discussion of the topic over in the Newsgroup, where I told yet another user why this feature would be hard to...
Hans-Bernhard Broeker
broeker@...
Mar 6, 2001 6:37 pm
4685
On Tue, 6 Mar 2001, Hans-Bernhard Broeker wrote: [...] ... that at ... By this approach will there be any possibility to change the RGB colors at some other...
Arnd Baecker
a.backer@...
Mar 6, 2001 7:02 pm
4686
... I've no idea, yet. It's really just a vague idea, not a fully detailed plan, yet. ... A problem with this would be that the 'best' join style might well be...
Hans-Bernhard Broeker
broeker@...
Mar 6, 2001 7:18 pm
4687
Do you want to save money and have the fastest most modern internet presence available? If yes there is only one company for you: ...
sales@...
Mar 7, 2001 3:46 am
4688
I have added an autodetection of pdflatex to title.tex. Thus the table of contents is clickable now. However, the hyperlinks in the text do not work, because...
Petr Mikulik
mikulik@...
Mar 7, 2001 10:36 am
4689
... You can use scalable (Type 1) cm fonts also, either the BaKoMa or the BlueSky collection. That way, the PDF output looks good (no bitmap fonts) while you...
Dr. Novak Levente
novak@...
Mar 7, 2001 11:10 am
4690
... How about TX fonts ? CTAN/fonts/txfonts If installed, every fonts (including math) are replaced to Times-family by only adding a option...
Namio MATUDA
matuda@...
Mar 7, 2001 2:17 pm
4691
... I can't see this, I verified all #if.* / #endif pairs. ... I corrected this. (gcc didn't complain) ... I included stdfn.h so that HUGE is defined. -- ...
Johannes Zellner
johannes@...
Mar 7, 2001 2:33 pm
4692
... gnuplot> set pm3d at s # just specify /how to/ apply pm3d gnuplot> splot x*y with pm3d # actually use pm3d for /this/ plot 1) The idea is that...
Johannes Zellner
johannes@...
Mar 7, 2001 2:42 pm
4693
... Hmm, have never tried, is this "cvs -r column" ? Then I get the error below if I outcomment PM3D_COLUMN: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term...
Alexander Mai
st002279@...
Mar 7, 2001 2:57 pm
4694
Hi, In trying to compile from gnuplot CVS for Win32 with Cygwin, I ran across the following problem: everything compiles fine until pm3d.c, then an error...
Dr. Novak Levente
novak@...
Mar 7, 2001 3:07 pm
4695
... Yes and no. First, I wanted to compile the column branch, but it produced an error (note that the same branch compiles on my Linux box without any ...