Dear GNUplot users, allow me to trouble You about the following problem. I have installed the beta version of GNUplot from ...
Lukas Richterek
richter@...
Aug 1, 2000 7:30 am
3896
... If I'm not totally mistaken, this means you're using the wrong version of gnuplot_x11 with your new gnuplot. This usually happens if you do not "make...
Hans-Bernhard Broeker
broeker@...
Aug 1, 2000 8:24 am
3897
... easy. The x11 driver is a separate program called gnuplot_x11. The main gnuplot finds an old version of this driver. Try which gnuplot_x11. You've to make...
Johannes Zellner
johannes@...
Aug 1, 2000 11:50 am
3898
... Why don't we tell someone (TM) (s)he should do it? ... Which need not be a bad thing. If there are no copyright issues, it may be a good start to put them...
Stefan A. Deutscher
swbdedes@...
Aug 1, 2000 12:52 pm
3899
... What language? Can we assume most folks have sed or awk? Probably not, alas. In any high level language a lot of the code that is in gnuplot for handling...
Stefan A. Deutscher
swbdedes@...
Aug 1, 2000 1:29 pm
3900
... plug-ins are a good thing. In my own numerical calculations I use fortran libs extensively although I do most programming in c/c++. I think it's /much/...
Johannes Zellner
johannes@...
Aug 1, 2000 2:10 pm
3901
... I have no experience with that, but I use(d) plug-ins extensively on fudgit and got kinda used to it. I was very relieved back then to find that fudgit...
Stefan A. Deutscher
swbdedes@...
Aug 1, 2000 3:21 pm
3902
... [snip] ... Of course. "set input fortran exponents long" or whatever would allow gnuplot to read the long exponents, and "set format" would allow gnuplot...
Dick Crawford
crawford@...
Aug 1, 2000 4:03 pm
3903
Hi, I am experimenting some new features in gnuplot 3.8c, and I found out that a few many command cause crash. for instance if I am passing he wrong option to...
Alfredo Tomasini
alfredo.tomasini@...
Aug 1, 2000 6:51 pm
3904
... I've put two tars at ftp://gnuplot.sourceforge.net/pub/gnuplot/bin/linux-i386 You need only one of the tars, one is linked against gnu readline and ...
Johannes Zellner
johannes@...
Aug 1, 2000 7:11 pm
3905
I find out that the crash I mention in my previous mail happen maily after plotting something, it does not matter if it is 2D or 3D. Before plotting if I issue...
Alfredo Tomasini
alfredo.tomasini@...
Aug 1, 2000 7:13 pm
3906
... Alfredo, this does not happen here. Could you please run gnuplot in the debugger (gdb) and mail us the output from `where' after the crash ? -- Here is a...
Found this on the mathworks contrib ftp site. Alex Abstract: Add gnuplot to Matlab ! In the Area of Function graphing, Gnuplot surpasses most available ...
Alex Woo
acwoo@...
Aug 2, 2000 7:33 am
3909
Hi, I encountered two things when preparing some (postscript) figures for a publication: 1.) I was interested in the possibility of changing the dash-dot...
Arnd Baecker
a.backer@...
Aug 2, 2000 12:55 pm
3910
I've extended the arrow functionality for 2D graphs. New keyword "heads" lets both forward and backward arrow heads to draw. New keyword "size" + params...
Petr Mikulik
mikulik@...
Aug 2, 2000 2:16 pm
3911
On Wed, 2 Aug 2000, Petr Mikulik wrote: [...] ... Did you have a look at the bug report about persistency of 'arrow' attributes? Having worked in this area, it...
Hans-Bernhard Broeker
broeker@...
Aug 2, 2000 4:55 pm
3912
... For me, it's a feature, not a bug. ... "x of the graph" = in the units of xrange (but can be changed by "screen" et al. keywords). ... Petr Mikulik,...
Petr Mikulik
mikulik@...
Aug 2, 2000 5:39 pm
3913
... [...] ... I wonder how this can ever work with a log axis... The problem is that the 'length' of an axis head is a difference between two axis positions, ...
Hans-Bernhard Broeker
broeker@...
Aug 2, 2000 5:43 pm
3914
Has anyone written an SVG driver? Alex...
Alex Woo
acwoo@...
Aug 3, 2000 5:12 am
3915
... For log x axis, use set arrow 1 from 2,2 to 5,4 heads size graph 0.05,45 lt 5 set arrow 1 from 2,2 to 5,4 heads size screen 0.05,45 lt 5 set arrow 1 from...
Petr Mikulik
mikulik@...
Aug 3, 2000 8:26 am
3916
... Sure, you can do that. But my point is that 'first' as a default coordinate system doesn't make much sense, here. As they design a plot, I would expect...
Hans-Bernhard Broeker
broeker@...
Aug 3, 2000 10:29 am
3917
... Not that we'ld have heard of. But there seems to be a possibility to get SVG out of gnuplot by use of the GNU plotutils terminal. plotutils is said to...
Hans-Bernhard Broeker
broeker@...
Aug 3, 2000 10:35 am
3918
... Why don't you like "arrow from 0 V to 220 V heads size 22 V"? That is convenient (headsize is not changed in multiplot). Positioning of arrow, key and...
Petr Mikulik
mikulik@...
Aug 3, 2000 10:37 am
3919
... Because some arrows are diagonal. I sort of agree with Hans. Each terminal should have a default arrowhead size, and those that can should allow modifying...
Jeff Spirko
spirko@...
Aug 3, 2000 1:58 pm
3920
... That's why I have defined "absolute sizing" = "with respect to x axis". My choice. ... By default, arrow head size does not depend on terminal settings,...
Petr Mikulik
mikulik@...
Aug 3, 2000 3:53 pm
3921
A colleague has asked me where from to download current binary of the development version of gnuplot with pm3d (postscript and gif output needed). Does...
Petr Mikulik
mikulik@...
Aug 3, 2000 4:41 pm
3922
... No. We do not provide any prebuilt binaries of development versions. We essentially never did. The hassle of making them is just too big, compared to their...
Hans-Bernhard Broeker
broeker@...
Aug 4, 2000 11:58 am
3923
... [snip] ... I agree whole-heartedly with H-B on this point. Back in the mid-90s, during the evolution of pre-3.6, a lot of confusion was generated from the...
Dick Crawford
crawford@...
Aug 4, 2000 3:42 pm
3924
... Hopefully the right thing was learned. The users want frequently-updated state-of-the-art binaries. If the current release is missing key features that...