... I don't like this. I use exclusively the following: set pm3d map splot 'mymap.dat' so that splot 'mymap.dat' with pm3d would not be convenient. Supposing...
Petr Mikulik
mikulik@...
Jan 3, 2001 1:01 pm
4574
... no --- try 'set pm3d map; set surface; splot x*y' ... Petr Mikulik, mikulik@... [[[[ unsubscribe from info-gnuplot-beta via...
Petr Mikulik
mikulik@...
Jan 3, 2001 1:02 pm
4575
... But this does not apply to the new syntax introduced for the column branch: there, you have indeed to turn *on* explicitely the surface, otherways you get...
Levente NOVAK
novak@...
Jan 3, 2001 3:42 pm
4576
... With the new syntax you can use: set pm3d map set style data pm3d splot 'mymap.dat' This is one line more, which you can put into your ~/.gnuplot. I...
Johannes Zellner
johannes@...
Jan 3, 2001 4:47 pm
4577
Of possible interest to the gnuplot community: http://www.geocities.com/wglunz/pstoedit/ Special note to HBB: Please don't let this slow you down on the native...
Lauren Clarke
lauren@...
Jan 4, 2001 12:14 am
4578
... When doing some changes in this splotting code, I think there should be a way to select between splotting the given data using lined surface, colour filled...
Petr Mikulik
mikulik@...
Jan 4, 2001 12:17 pm
4579
Hi, This is offtopic, but as it is related to plotting, I thought maybe someone of you can give me some help. I've a problem when printing a postscript (which...
Johannes Zellner
johannes@...
Jan 5, 2001 1:14 am
4580
Hi, I've set up two palette overviews: 1) palettes with black at x = 0.0 http://www.zellner.org/zimg/download/black-light.png 2) palettes with black at x = 0.5...
Johannes Zellner
johannes@...
Jan 5, 2001 4:45 pm
4581
Hello, I found a typo in the gnuplot-faq version 1.7 : In section 3.7 the URL to access whirlgif pages is : http://www.danbbs.dk/~dineo/whirlgif/ instead of ...
Jacques Thomas
jacktom@...
Jan 8, 2001 9:48 pm
4582
Hello, everyone. A user reported a bug with all DOS-based versions of gnuplot (including Windows 9x, at least), which I managed to reproduce and track down ...
Hans-Bernhard Broeker
broeker@...
Jan 18, 2001 11:37 am
4583
Hi, My gnuplot (Linux version 3.7, patchlevel 1) creates apparently invalid postscript given a particular data file. GhostScript (tested with both Aladdin gs...
Alexander Jolk
jolk@...
Jan 18, 2001 3:50 pm
4584
... [...] Hard to compare, but with Aladdin Ghostscript 6.01 (2000-03-17) Version 3.8e patchlevel 1 on i86 linux I can view the resulting PS file w/o any...
Alexander Mai
st002279@...
Jan 18, 2001 4:22 pm
4585
... [...] Hmmm. At first glance, this looks like a case of GIGO, to me (garbage in, garbage out). I mean: what is poor gnuplot to do with a datafile that ...
Hans-Bernhard Broeker
broeker@...
Jan 18, 2001 4:25 pm
4586
... can't reproduce this with Linux version 3.7 patchlevel 0.5 nor Linux version 3.7.1 patchlevel beta9 no postscript errors using Aladdin gs 5.50. BTW, do you...
t.sefzick@...
kph033@...
Jan 18, 2001 4:25 pm
4587
Hi, ... Is that actually true? I only get four points as well, but I recall that the manual stated what you describe. Thanks for pointing this out, though. ...
Alexander Jolk
jolk@...
Jan 18, 2001 4:28 pm
4588
... More precisely, they don't necessarily control the color. It only works that way if the terminal driver supports color in general, and colored point...
Hans-Bernhard Broeker
broeker@...
Jan 25, 2001 2:37 pm
4589
wouldn't it be possible in some way to specify the colors (via RGB values etc.) of the points/lines/... etc. individually and independently ? (However, what do...
Arnd Baecker
a.backer@...
Jan 25, 2001 2:55 pm
4590
Hello, In the current CVS version of gnuplot, the commands show ticslevel and show ticscale don't work as expected; instead, they say internal parser error --...
... [...] "Checked in under the 'obviously correct' rule", as the binutils maintainers would put it :-) -- Hans-Bernhard Broeker...
Hans-Bernhard Broeker
broeker@...
Jan 30, 2001 8:32 pm
4593
Hello, everyone! From time to time, there have been requests both in the newsgroup and to me, in personal communication, for an Adobe PDF file format output in...
Hans-Bernhard Broeker
broeker@...
Feb 1, 2001 2:03 pm
4594
Some warnings I always see here: 1) cc: Warning: ../term/tgif.trm, line 1516: In this statement, the referenced type of the pointer value "TGIF_colours[i]" is...
Alexander Mai
st002279@...
Feb 2, 2001 2:37 pm
4595
... No. If at all, making that TGIF_colors[] thing a char *[] would be the right change. Casting a pointer only hides the problem, it doesn't solve it. ... ...
Hans-Bernhard Broeker
broeker@...
Feb 5, 2001 1:25 pm
4596
As announced last week, here's the PDF file format driver. It's a .zip file with the pdf.trm file itself, and a patch for configure.in to add autoconf-ing for...
Hans-Bernhard Broeker
broeker@...
Feb 5, 2001 5:30 pm
4597
On Thu, 18 Jan 2001, Hans-Bernhard Broeker wrote: [...] ... [...] ... [...] I got now reply whatsoever regarding this issue. So I'll take that as a sign that...
Hans-Bernhard Broeker
broeker@...
Feb 5, 2001 6:08 pm
4598
... This has nothing to do with DOS. fopen() and fclose() are not DOS entry points. The correct solution is to send a bug report to your C RTL vendor. Ilya ...
Ilya Zakharevich
ilya@...
Feb 5, 2001 9:48 pm
4599
According to my last two entries in ChangeLog: 2001-02-06 Petr Mikulik <mikulik@...> * src/win/wgraph.c src/win/wgnuplib.h term/win.trm: partial ...
Petr Mikulik
mikulik@...
Feb 6, 2001 11:45 am
4600
... [...] ... Hmm... guess that will fall back into my in-tray, as most, if not all of the Windows-specific has for quite a while, right? I'll look into it. --...
Hans-Bernhard Broeker
broeker@...
Feb 6, 2001 4:24 pm
4601
On Mon, 5 Feb 2001, Ilya Zakharevich wrote: [...] ... I strongly doubt that. The problem, according to the original poster, happens with just about every DOS C...
Hans-Bernhard Broeker
broeker@...
Feb 6, 2001 5:37 pm
4602
... Well, it is a wrong conclusion. As you found out, on DOS one should not do what the C RTLs you tested do on close()-after-open(). ... Why? I can easily...