... There are actually 2 bug here. The first that you mentioned is caused due to a typo in graph3d.c: line 1490: (*term->vector3d)(map_x3d(points[i].x)/2,...
3200
Wolfgang Schadow
schadow@...
Jan 17, 2000 4:58 am
... Looks ok. But now try this: set term open set xrange [0:2] set yrange [0:2] splot 'test.dat39; w l, 'test.dat39; w linesp with the same datafile I sent before....
3201
Wolfgang Schadow
schadow@...
Jan 17, 2000 4:59 am
The first line of the Makefile should read: INCDIR = /usr/include instead of NCDIR = /usr/include Wolfgang ...
3202
Hans-Bernhard Broeker
broeker@...
Jan 17, 2000 11:31 am
... Or, even easier, use the '-P' switch of diff, to make it automatically pick up new files and act as if they were there, in the 'old' directory, without any...
3203
Hans-Bernhard Broeker
broeker@...
Jan 17, 2000 12:42 pm
... Confirmed. The problem is that 'buf' is NULL, in line 696 of command.c: (gdb) 696 (void) fgets(buf, strlen(buf), stdin); 1: buf = 0x0 (gdb) p...
3204
Lars Hecking
lhecking@...
Jan 17, 2000 2:16 pm
... I'll fix this. I'll also have a look at the "unset xtics not working" bug that was mentioned in the opengl.trm discussion. This is caused by the parser ...
3205
Ilya Zakharevich
ilya@...
Jan 17, 2000 6:59 pm
... This may sound easier, but keep in mind that in practice it is significantly harder. Remember how dirty are the opengl patches? With my recipe all you...
3206
Ilya Zakharevich
ilya@...
Jan 18, 2000 9:57 pm
... Couple of remarks: a) get rid of tar.gz. Generate *all* the files via patch (renaming changelog and README to Changelog.opengl and README.opengl). b) when...
3207
Ilya Zakharevich
ilya@...
Jan 18, 2000 9:58 pm
... Trying from readme: gnuplot> sp x*y w linep 6 ^ expecting 'lines39;, 'points39;, 'linespoints39;, 'dots', 'impulses39;, 'yerrorbars39;, 'xerrorbars39;, 'xyerrorbars39;,...
3208
Michael Cohen
mic109@...
Jan 19, 2000 12:09 am
... This is what I do for the scripts from top left: Twin peaks with directional lighting: set sa 40 set iso 40 set border 0 #set noborder does not work in...
3209
Michael Cohen
mic109@...
Jan 19, 2000 12:43 am
... I cant do that as long as gnuplot_opengl.c and Makefile.opengl need to remain seperate. They will remain seperate until I (or someone else) figures out how...
3210
Ilya Zakharevich
ilya@...
Jan 19, 2000 1:16 am
... How is it related? Just touch the corresponding locations in the "initial" source directory before doing the diff. ... There should be not user-accessible...
3211
Javier Gozalvez
j.gozalvez@...
Jan 19, 2000 5:34 pm
hi, could you please send me an example of how do you plot on the same graph 2 curves with different y axes, please. I really don't find how to do it in the...
3212
sayhello@...
Jan 20, 2000 7:24 am
For more information email us: sayhello@... Save up to 80% on your INTERNATIONAL long distance phone bill. Join our easy-to-use callback service...
3213
sharkey@...
Jan 22, 2000 5:44 am
Hi all, Here's the next revision of my dashtype selection patch. The patch is against gnuplot 3.7.1pl1. This patch implements the ability to request the dash...
3214
Wolfgang Schadow
schadow@...
Jan 22, 2000 10:59 am
Hi, I tried the patch with gnuplot-3.7.1 und Linux and it seems that it does not work correct when the xrange is smaller than the default one. Try plot...
3215
Johannes Zellner
johannes@...
Jan 22, 2000 11:33 am
As this announcement didn't get through yesterday I retry now. ANNOUNCEMENT OF MOUSE SUPPORT FOR PM AND X11 TERMINALS ... Hello everybody, We worked hard in...
3216
Michael Cohen
mic109@...
Jan 22, 2000 11:53 am
Hi everyone, I finally got some more time and made a little bit more progress on the opengl patch for gnuplot. Nearly everything I wanted is implemented. The...
3217
sharkey@...
Jan 22, 2000 1:09 pm
... I'll look into that. (I don't have my laptop with me right now.) Was this with the X11 or postscript terminal driver? Or both? Frankly, I'm not sure...
3218
Lars Hecking
lhecking@...
Jan 22, 2000 3:28 pm
... Phantastic work, guys. Some applause is in order! ... Right, this comes down to about 350k worth of patches against 3.8b. I will just try this out and then...
3219
Johannes Zellner
johannes@...
Jan 22, 2000 5:33 pm
... I recommend to use cvs. I just did 4 small fixes. Would be easier for you to stay up to date. As we worked together cvs turned out to be really helpful. I...
3220
Johannes Zellner
johannes@...
Jan 22, 2000 5:33 pm
On Sat, 22 Jan 2000, Lars Hecking wrote: [...] ... [...] or (to keep up to date) go to http://krispc6/gnuplot/cvsweb/gnuplot/src/ sort by `Age' and view the...
3221
Ilya Zakharevich
ilya@...
Jan 22, 2000 6:11 pm
... Can you please explain why would one want a colormap with an opengl display? Ilya [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
3222
Johannes Zellner
johannes@...
Jan 22, 2000 8:02 pm
Hello, as I was asked repeatedly if and when I'll port Petr Mikulik's pm3d patch to X11 ... I branched off X11 support for the pm3d patch in our cvs...
3223
William D Kirby
wdkirby@...
Jan 22, 2000 8:44 pm
Building GNUPLOT 3.8b with Cygnus GCC for WIN32 the pause command does not work properly. The program stops processing all further input script commands when...
3224
Wolfgang Schadow
schadow@...
Jan 22, 2000 9:52 pm
-- ... it does ... Try ... which ... I was too quick reporting this 'bug'. First of all the patch works fine with the postscript driver. Second on x11 it...
3225
Wolfgang Schadow
schadow@...
Jan 22, 2000 10:20 pm
Very useful improvements! There is still a bug when plotting data file, which I reported earlier. Using the attached data file splot 'test.dat39; w l <-...
3226
Wolfgang Schadow
schadow@...
Jan 22, 2000 10:26 pm
... All three 'patches39; are great improvements and very useful! It seems that they work fine aside from one or another bug, so I think they should go into the...
3227
Wolfgang Schadow
schadow@...
Jan 22, 2000 10:43 pm
Maybe I overlooked this in your to do list but there are no numbers,texts, or labels in the ouput eps file. Wolfgang ...
3228
Wolfgang Schadow
schadow@...
Jan 22, 2000 10:45 pm
... Sorry, it's in the changelog! ======================================================================== Wolfgang Schadow Phone: +1-604-222-1047...