Search the web
Sign In
New User? Sign Up
info-gnuplot-beta · Info-gnuplot BETA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3169 - 3198 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3169
On Thu, 30 Dec 1999 sharkey@... wrote: [...] ... To me, this suggests your implementation of dash-patterns is not correct. You either have...
Hans-Bernhard Broeker
broeker@...
Send Email
Jan 3, 2000
2:49 pm
3170
... Except, it's not my implementation. All I implemented was the ability to dynamically select particular dash patterns on the gnuplot command line rather...
sharkey@...
Send Email
Jan 3, 2000
3:35 pm
3171
Hi all, I recall there was some discussion in this forum about writing an opengl terminal. I finally got some time over new years and here is a first attempt...
Michael Cohen
mic109@...
Send Email
Jan 11, 2000
1:12 am
3172
Sorry that should be gnuplot-3.8b.tar.gz ..... [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Michael Cohen
mic109@...
Send Email
Jan 11, 2000
3:19 am
3173
... Thanks, Micheal. I will add this driver to the development version and wait for feedback :) [[[[ unsubscribe from info-gnuplot-beta via...
Lars Hecking
lhecking@...
Send Email
Jan 11, 2000
11:25 am
3174
... Sorry, thats a mistake in the make file, these are not needed at all. Please remove them from the make file and it should work... ... [[[[ unsubscribe from...
Michael Cohen
mic109@...
Send Email
Jan 11, 2000
11:56 pm
3175
... Now the compiling works. There remain some problems: gnuplot looks for gnuplot_opengl in the directory /home/mic/opengl. Another problem is that the opengl...
Wolfgang Schadow
schadow@...
Send Email
Jan 12, 2000
7:55 am
3176
Hello Information, You are the primary contact for the application listed below. The application has been updated and is now displayed on the LinuxApps web...
matthew@...
Send Email
Jan 12, 2000
8:59 pm
3177
... Thanks, Matthew. As the current version is 3.7.1, I have just updated all information. Primary contact aka user support mailing list is info-gnuplot,...
Lars Hecking
lhecking@...
Send Email
Jan 12, 2000
9:42 pm
3178
... Date: Thu, 13 Jan 2000 00:20:13 +1100 (EST) From: Michael Cohen <mic109@...> To: Wolfgang Schadow <schadow@...> Subject: Re:...
Michael Cohen
mic109@...
Send Email
Jan 13, 2000
12:21 am
3179
... I did not check version 0.02. #include <string.h> is required on Solaris (as many changes to makefile). Ilya [[[[ unsubscribe from info-gnuplot-beta via...
Ilya Zakharevich
ilya@...
Send Email
Jan 13, 2000
1:07 am
3180
Hi, finally I got a working version. Very, very nice work!! This should go into the official distribution very soon. There are still some problems. Here are...
Wolfgang Schadow
schadow@...
Send Email
Jan 13, 2000
1:21 am
3181
... Things are still black on Solaris. (freshly compiled glut 3.7.) Ilya [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Ilya Zakharevich
ilya@...
Send Email
Jan 13, 2000
1:33 am
3182
... Oups, forgot to show the i/o: gnuplot> set term opengl light position "1,1,1" light position "0,0,.5" Terminal type set to 'opengl' Options are '0' ...
Ilya Zakharevich
ilya@...
Send Email
Jan 13, 2000
1:40 am
3183
... Ilya [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Ilya Zakharevich
ilya@...
Send Email
Jan 13, 2000
1:43 am
3184
... As mentioned before the version I compiled myself showed a black screen also. The only working version is the one on Michael's homepage for Linux :-( ...
Wolfgang Schadow
schadow@...
Send Email
Jan 13, 2000
2:13 am
3185
pause -1 causes a seg fault in gnuplot3.8b without opengl! This is a bug in gnuplot3.8b. Setting the terminal to opengl and typing 'pause -1' results in 'I do...
Wolfgang Schadow
schadow@...
Send Email
Jan 13, 2000
8:08 am
3186
... OK fixed that: void process_input(void) { //reads a line from stdin and processes it. char buffer[255]; //should be long enough for a single command line ...
Michael Cohen
mic109@...
Send Email
Jan 13, 2000
11:31 pm
3187
... There is no difference between RGB and RGBA, but removing the GLUT_DEPTH argument makes the code working. glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGBA) ...
Wolfgang Schadow
schadow@...
Send Email
Jan 14, 2000
12:15 am
3188
... I actually forgot to clear the depth buffer. This is now fixed, please find attached a revised version of gnuplot_opengl.c Terribly sorry for any...
Michael Cohen
mic109@...
Send Email
Jan 14, 2000
1:44 am
3189
... The verion works fine, everything (keys and labels) are ok. Maybe its a good idea to put everything together (+makefile + vector.h etc) and submit a new...
Wolfgang Schadow
schadow@...
Send Email
Jan 14, 2000
2:34 am
3190
... Subject: Re: one more thing Date: Fri, 14 Jan 2000 14:22:12 +1100 From: Michael Cohen <mic109@...> ... I was wondering what is the general...
Michael Cohen
mic109@...
Send Email
Jan 14, 2000
3:42 am
3191
... Keep in mind that you can include new files in the patch: just touch the corresponding files in the "original" tree: diff and patch will work out the rest....
Ilya Zakharevich
ilya@...
Send Email
Jan 14, 2000
3:48 am
3192
... This works. But you still do not #include <string.h> Hope this helps, Ilya [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Ilya Zakharevich
ilya@...
Send Email
Jan 14, 2000
5:39 pm
3193
Hi everyone, This is a revised patch of the opengl terminal. It has all the files in it. (opengl.trm is in the patch file). vector.h got moved inside ...
Michael Cohen
mic109@...
Send Email
Jan 16, 2000
12:55 pm
3194
... Unfortunately it does NOT contain the recent version of opengl.trm. It only contains an older backup file opengl.trm~, that expects gnuplot_opengl in...
Wolfgang Schadow
schadow@...
Send Email
Jan 16, 2000
8:58 pm
3195
... Date: Mon, 17 Jan 2000 12:00:55 +1100 (EST) From: Michael Cohen <mic109@...> To: Wolfgang Schadow <schadow@...> Subject: Re: opengl...
Michael Cohen
mic109@...
Send Email
Jan 17, 2000
1:11 am
3196
The new version works fine. ... These are the contents of gnuplot-patch0.03.tar.gz 334 Jan 15 19:09 BUG-gnuplot~ 534 Jan 2 15:04 Makefile.gnuopengl~ 433 Jan...
Wolfgang Schadow
schadow@...
Send Email
Jan 17, 2000
2:49 am
3197
... You are absolutely correct. I did not see these files, because I had "display backup files" turned off in mc. I have fixed up the patch file to exclude the...
Michael Cohen
mic109@...
Send Email
Jan 17, 2000
3:17 am
3198
There is a bug in the terminal driver, when plotting data files. The plots do not have the same origin in the following plot: set term open splot 'test.dat' w...
Wolfgang Schadow
schadow@...
Send Email
Jan 17, 2000
3:18 am
Messages 3169 - 3198 of 5001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help