|
From: Eligio P.M <e__...@ho...> - 2007-02-17 14:59:43
|
Hi Ethan, Thank you for your answer! I 'll post output about the missing line when i issue the command plot for several functions. I think it's something with red color. Ethan wouldl you like help with customization of wxt window. I want to change the background white for another color better to my eyes. Where can I find the init file to do that and how to customize some other features for this new terminal? The .gnuplot file does not work and don't know what to put in there. Thanks in advance.. >From: Ethan Merritt <merritt@u.washington.edu> >To: gnu...@li... >CC: "Eligio P.M" <e__...@ho...> >Subject: Re: Help on building gnuplot!! >Date: Fri, 16 Feb 2007 13:44:17 -0800 > >On Thursday 15 February 2007 09:24, Eligio P.M wrote: > > To: gnu...@li... > > From: Eligio Perez > > Errors: While building gnuplot version-beta 4.2 patchlevel rc4 > > CVS-23Jan2007, I got these errors after applying command "make". > > > > >color.c: In function 'draw_color_smooth_box': > > >color.c:523: warning: pointer targets in passing argument 2 of > > >'map3d_position_r' differ in signedness > > >color.c:523: warning: pointer targets in passing argument 3 of > > >'map3d_position_r' differ in signedness > > >set.c: In function 'set_mouse': > > >set.c:2309: warning: pointer targets in passing argument 2 of > > >'map_position' differ in signedness > > >set.c:2309: warning: pointer targets in passing argument 3 of > > >'map_position' differ in signedness > >These warnings are expected, and harmless. > > > > >In gnuplot-comint-start-function: > > >gnuplot.el:1838:18:Warning: `make-variable-buffer-local' should be >called > > >at > > >toplevel > > > > >In gnuplot-mode: > > >gnuplot.el:2516:41:Warning: `make-variable-buffer-local' should be >called > > >at toplevel > >That seems to be some Emacs problem. I know nothing about Emacs, and can't >help. >Anyhow, it should not affect gnuplot itself. > > > > Wrote /home/eligio/gnuplot-4.2.rc4/lisp/gnuplot.elc > > Wrote /home/eligio/gnuplot-4.2.rc4/lisp/gnuplot-gui.elc > > Expected X11 driver: /usr/local/libexec/gnuplot/4.2/gnuplot_x11 > > Exec failed: No such file or directory > >The gnuplot x11 driver is placed in >/usr/local/libexec/gnuplot/4.2/gnuplot_x11 >during installation. Your error message is saying that it is not there. >Did you do "make install"? >If you want to test out the program before final installation, you can >force >it to look in the build directory for gnuplot_x11. Assuming you are current >in >the same directory ../src > > setenv GNUPLOT_DRIVER_DIR `pwd` > > > Also, I applied this command " > > gnuplot> plot cos(x),tan(x),tan(x)*cos(x),sin(x) > > but I don't get line and color on the plot for cos(x). > >I have no idea what could cause that. >Certainly no one else has reported anything similar. >Terminal type? other commands? Could you post the output? > > >-- >Ethan A Merritt _________________________________________________________________ Windows Live Spaces: share your New Year pictures! http://spaces.live.com/?mkt=en-ca |