I use the splot command of gnuplot to display gridded data (grid is 257 x 257, ranges set manually, hidden3d feature activated). Every subsequent call to splot...
Stefan Schroepfer
scr@...
Feb 2, 1998 9:56 am
818
Hello! I'm running gnuplot pre 3.6 pl 340. `help set xzeroaxis' tells me that The `set xzeroaxis` command draws a line at x = 0 but actually it draws a line at...
Albrecht Dreß
ad@...
Feb 2, 1998 1:14 pm
819
Hi, Albrecht, ... Yes, indeed. But the "bug" isn't in the code -- it's in the manual. I've fixed it in my working copy, so it will show up the next time I...
crawford richard
u600256@...
Feb 2, 1998 9:51 pm
820
... I think that the interpretation "set xzeroaxis plots an axis at x == 0" is the more natural one. The ambiguity you pointed out above supports this...
Albrecht Dreß
ad@...
Feb 3, 1998 7:42 am
821
[Stefan: ich antworte Englisch, damit auch der Rest der Gang was davon hat. Bei Bedarf k"onnen wir das aber auch auf Deutsch weiterdiskutieren...] ... 257x257...
Hans-Bernhard Broeker
broeker@...
Feb 3, 1998 12:13 pm
822
... In my application (computed tomography) 257x257 is a rather small grid. As I said, I set ranges manually (to display only a subset of the whole grid at a...
Stefan Schroepfer
scr@...
Feb 3, 1998 5:49 pm
823
Maybe I'm missing something, but when I use the second y scale, I see on that axis not only the tics that I want (corresponding to the y2 axis), but also the...
Richard Stanton
stanton@...
Feb 3, 1998 9:12 pm
824
Hello, Stefan, David.
Hi Gang!
Today, I had to dig up yet another flaw in hidden3d. Lucky enough, I
managed to fix it rather quickly, with valuable help...
Hans-Bernhard Broeker
broeker@...
Feb 3, 1998 9:18 pm
825
In message-Id: <199802032019.MAA14945@...> ... Well, the manual says that the default for xtics and ytics is "mirror" and the default for...
crawford richard
u600256@...
Feb 3, 1998 11:21 pm
826
Hi all, I was nagging before regarding the dash lenght in the postscript terminal driver, suggesting another option to the set term postscript command, or some...
Stefan A. Deutscher
stefand@...
Feb 5, 1998 4:18 pm
827
... Sure, but I fancy printing ps graphs once in a while to look at them, and then include them in a paper as is. Simpler than above would be something like ...
Stefan A. Deutscher
stefand@...
Feb 5, 1998 6:22 pm
828
I have several GP command files that contain lines like plot '< sort...' where the output of the command in quotes is used as the input to a plot command....
Richard Stanton
stanton@...
Feb 6, 1998 6:32 am
829
After having applied the patch Hans-Bernhard Broeker supplied on Tue, 3 Feb 1998 21:18:38 +0100 (MET) to this list, gnuplot dumps core in one of the demos. ...
Stefan Schroepfer
scr@...
Feb 6, 1998 8:51 am
830
To get around the fact that gnuplot under NT doesn't seem to be able to handle commands like plot "> shell command" etc., I've started using shell commands to...
Richard Stanton
stanton@...
Feb 7, 1998 12:09 am
831
... Other people have mentioned Golub & van Loan, but that's pretty technical. However, there are also some excellent less-technical treatments, still written...
Jonathan Thornburg
bkis@...
Feb 8, 1998 7:48 pm
832
... Goodness. Seems you've really uncovered a might can of worms there. I already had noticed that my patch didn't work 100% perfectly (11 times 12 bytes were...
Hans-Bernhard Broeker
broeker@...
Feb 9, 1998 2:28 pm
833
On Mon, 9 Feb 1998, Hans-Bernhard Broeker wrote:
> On Fri, 6 Feb 1998, Stefan Schroepfer wrote:
> > > After having applied the patch Hans-Bernhard Broeker...
Hans-Bernhard Broeker
broeker@...
Feb 9, 1998 4:08 pm
834
Hans-Bernhard Broeker writes: ... ^^^ This should be in the CodeStyle document ... please code such expressions as if (vlist[vert_free+(i0)].z == -2.0 Some...
Lars Hecking
lhecking@...
Feb 9, 1998 5:37 pm
835
... HBB> Care tell *what* error message you get? And wether it's coming from NT HBB> itself or from gnuplot (as far as you can see)? Sorry - gnuplot comes back...
Richard Stanton
stanton@...
Feb 9, 1998 7:16 pm
836
... I had suspected the stdio problem bit us again, but there seems to be a much easier explanation: looking at the message you got, it seems that PIPES is not...
Hans-Bernhard Broeker
broeker@...
Feb 10, 1998 7:17 pm
837
... HBB> If you have access to Visual C++, please try adding /DPIPES to the CFLAGS HBB> definition in line 24 of the makefile.nt (or similarly for makefile.win...
Richard Stanton
stanton@...
Feb 10, 1998 7:43 pm
838
On Tue, 10 Feb 1998, Richard Stanton wrote: [I suggested compiling with PIPES #defined on Windows NT] ... [...] ... [...] OK, so NT actually doesn't seem to...
Hans-Bernhard Broeker
broeker@...
Feb 10, 1998 7:44 pm
839
... The msdn says there's a function _popen() available... looks similar to the proper one. (Presumably exists in library as __popen) ... I haven't time to try...
David Denholm
daved@...
Feb 10, 1998 9:03 pm
840
... NT definitely is not POSIX-compatible, only 'POSIX-similar'. It seems to be a primary strategy of M$ to be just similar to well known standards (POSIX,...
Stefan Schroepfer
scr@...
Feb 11, 1998 10:40 am
841
The second patch supplied by Hans-Bernhard Broeker on Mon, 9 Feb 1998 15:59:44 +0100 (MET) relative to the original beta340 hidden3d.c works fine for all the...
Stefan Schroepfer
scr@...
Feb 11, 1998 10:47 am
842
Stefan Schroepfer writes: ... ^^^^^^^^ Bad choice for an MUA. Why not treat yourself to a decent mailer? http://www.cs.hmc.edu/~me/mutt/ [[[[ unsubscribe from...
Lars Hecking
lhecking@...
Feb 11, 1998 12:11 pm
843
... Hmm : well, it compiled and linked fine when given an extra -Dpopen=_popen -Dpclose=_pclose, but it failed to create the pipes at run time. ("Cannot create...
David Denholm
daved@...
Feb 11, 1998 12:59 pm
844
Hi, everyone, Lars pointed out that '==-2.0' might cause problems with some of the more brainded compilers out there, and ... OK, so here's the third (and...
Hans-Bernhard Broeker
broeker@...
Feb 11, 1998 4:43 pm
845
Hi guys, it's me nagging again. I just noticed that the xtics and ytics in splots still bleed into the coordinate axes in the PostScript terminal as soon as...
Stefan A. Deutscher
stefand@...
Feb 11, 1998 11:42 pm
846
On Wed, 11 Feb 1998, Stefan A. Deutscher wrote:
> it's me nagging again. I just noticed that the xtics and ytics in
> splots still bleed into the coordinate...