Hi, I want to plot a file containing a text -made of single characters- and a numeric column, and I want the text to show on the X axis instead than just...
Pedro A Reche Gallardo
reche@...
Jun 1, 2001 8:40 pm
4923
... I don't see how this question is related to gnuplot development which is the topic of this list. "Support" for gnuplot is provided by the other...
Alexander Mai
st002279@...
Jun 1, 2001 8:57 pm
4924
Anyone have any experience installing png support in the current cvs version? I am using msvc and makefile.nt? I have downloaded and compiled zlib and libpng...
John Bollinger
bbands@...
Jun 6, 2001 6:34 pm
4925
... Date: Sat, 2 Jun 2001 22:04:33 -0700 From: merritt@... To: lhecking@... Cc: broeker@...,...
Lars Hecking
lhecking@...
Jun 6, 2001 6:55 pm
4926
... I propose this to be a new terminal called gd. Proposed syntax: set term gd [png | jpeg | ...] [options] The current gif terminal should be kept in so that...
Petr Mikulik
mikulik@...
Jun 7, 2001 7:58 am
4927
... That's exactly the key problem. I discussed this with Ethan, already. But unless we do receive clearance to modify the old libgd in this way, I think it'd...
Hans-Bernhard Broeker
broeker@...
Jun 7, 2001 10:18 am
4928
[deutsche Version am Ende dieser Mail] Dear program author, The German computer magazine c't will publish a major freeware and shareware overview in its...
c't computer magazine
ctshareware@...
Jun 7, 2001 12:38 pm
4929
... [...] FYI: I've filled in the form. -- Hans-Bernhard Broeker (broeker@...) Even if all the snow were burnt, ashes would remain. [[[[...
Hans-Bernhard Broeker
broeker@...
Jun 7, 2001 12:44 pm
4930
... Thanks. I replied to the email address given and asked for some clarifications, but never got a reply. [[[[ unsubscribe from info-gnuplot-beta via...
Lars Hecking
lhecking@...
Jun 7, 2001 12:58 pm
4931
... You don't get replies from them. They once asked me for binary which prepared out of an open source package around. I didnt' understand the request fully...
Alexander Mai
st002279@...
Jun 7, 2001 1:04 pm
4932
[Redirecting this from 'bugs' to the development list, where it properly belongs...] ... Because gnuplot's output model still is a pen plotter, which simply ...
Hans-Bernhard Broeker
broeker@...
Jun 8, 2001 10:45 am
4933
... Ugh. The problem is that the driver sources are inconsistent with each other, and I don't know which (if any!) is correct. There are four different...
merritt@...
Jun 8, 2001 5:09 pm
4934
On Fri, 8 Jun 2001 merritt@... wrote: [...] ... A good point you have there. It's a bit more complicated, actually, because of C's rules...
Hans-Bernhard Broeker
broeker@...
Jun 8, 2001 5:20 pm
4935
... Afterthought: the whole *driver* is enclosed in #if defined(USE_MOUSE) && defined(PM3D) /*... */ #endif anyway, i.e. this one is also (arguably) correct. ...
Hans-Bernhard Broeker
broeker@...
Jun 8, 2001 5:25 pm
4936
... I am now working from the CVS version on SourceForge, and that's the way it is in the source for x11.trm I downloaded yesterday. * $Id: x11.trm,v 1.34...
Ethan A Merritt
merritt@...
Jun 8, 2001 5:41 pm
4937
Where can I find postscript of .pdf versions of the gnuplot manual, tutorial etc.. I could only find web sites. Thanks D. P. ...
Pelletier Dominique
dp@...
Jun 8, 2001 6:35 pm
4938
... Right on the gnuplot ftp sites - check out gpdoc.zip and gpdoc2.zip, and gnuplot.pdf.gz, gpcard.pdf.gz. ftp://ftp.gnuplot.org/pub/gnuplot/ and mirrors...
Lars Hecking
lhecking@...
Jun 9, 2001 3:10 pm
4939
... [...] (Cleaning up my mailfolders ...) Has anyone tried whether the above actually does hurt us? IIRC this warning still persists when compiling on DU. ......
Alexander Mai
st002279@...
Jun 9, 2001 7:12 pm
4940
... I'm quite sure it can't really hurt us. Not on any sane platform, that is. The types are indeed incompatible by definition of the language, but only on...
Hans-Bernhard Broeker
broeker@...
Jun 11, 2001 12:13 pm
4941
Hi, gnuplot 3.7.1 on Linux prints 1e-6 as 10e-7 when using the %t/%T format: set xra [-2e-6:2e-6] set format "%.0t e%T" plot x Is this corrected in a newer...
Alexander Jolk
jolk@...
Jun 11, 2001 4:28 pm
4942
... It is. I put a (rather elaborate) bugfix into the development version in January 2001. FYI, here's the changelog entry: * src/axis.c (mant_exp): Added code...
Hans-Bernhard Broeker
broeker@...
Jun 11, 2001 4:31 pm
4943
Hello, all as those subscribing the SF CVS mails will have noticed, I just checked in a set of changes to reduce the occurences of magic number in the source ...
Hans-Bernhard Broeker
broeker@...
Jun 11, 2001 5:02 pm
4944
Hi all, here I am still on 3.7.1, but just a quick question: Should this work: plot "matrix.dat" using 1:(($2==0)?getidx(3,3):1/0) matrix.dat contains a matrix...
Stefan A. Deutscher
swbdedes@...
Jun 13, 2001 2:56 pm
4945
... It'll work, but it won't do what you expect. What you want is achieved like this: plot "matrix.dat" using 1:(($2==0)?column(getidx(3,3)):1/0) The 'column'...
Hans-Bernhard Broeker
broeker@...
Jun 13, 2001 3:01 pm
4946
Please try the following script: set size 1,0.5 set pm3d map set origin 0,-0.08 splot x*y set term push set term post; set out 'a.ps'; replot set term gif; set...
Petr Mikulik
mikulik@...
Jun 20, 2001 9:03 am
4947
Hello, everybody A user just reported and pretty much isolated a nasty bug in the X11 ... set terminal postscript set output 'tmpf1.eps' p x set terminal x11 0...
Hans-Bernhard Broeker
broeker@...
Jun 20, 2001 1:25 pm
4948
... [...] ... On X11, too. But that's by luck, rather than by design. ... I debugged into this. The call stack at the time the bug happens is essentially ...
Hans-Bernhard Broeker
broeker@...
Jun 20, 2001 2:20 pm
4949
When running the prepare script to recreate some files I get: ./prepare autoheader: error: shell error while sourcing /tmp/ahgrzz8e/traces.sh I'm using...
Alexander Mai
st002279@...
Jun 20, 2001 2:38 pm
4950
Hi there, I need the possibility to substract two curves. Nice would be: pl "data1.txt" - "data2.txt" Sure, I know that this doesn't work -- unfortunatly! Only...
Christian Zobel
zobel@...
Jun 20, 2001 2:43 pm
4951
... gnuplot's configure.in is not ready for autoconf-2.50. Unless you have good reasons to, you shouldn't be using autoconf-2.50. -- Hans-Bernhard Broeker...