Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1120

Re: Background color

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Background color
Followup-To comp.graphics.apps.gnuplot
Date 2012-05-16 15:48 -0700
Organization gnuplot development team
Message-ID <jp1arj$qqo$1@dont-email.me> (permalink)
References <9c53800a-685a-4758-be80-c8a4184cf05f@l17g2000vbj.googlegroups.com> <jovbb8$s4q$1@dont-email.me> <f9d9b7ed-7d5e-4aef-b722-cbc257363a32@hq4g2000vbb.googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Mario wrote:
> Just a question:
> 
> Is it possible to set the background color so that both 4.6 and 4.4
> understand it?

Prior to 4.6 many [most?] terminals did not have a background color option.
So the terminal-independent way of forcing a solid background was

   set obj 999 rectangle behind from screen 0,0 to screen 1,1 \
               fillcolor rgb "white" 

That should work in both 4.4 and 4.6

	Ethan
 
> We have a problem with Maxima, which uses Gnuplot for plotting. With
> 4.6, we get errors due to old code, but if I update the interface to
> the new syntax, users with older Gnuplot versions will then have a
> similar problem.
> 
> Is there a work-around for this, please?
> 
> By the way, the web site with examples of Maxima's 'draw' package have
> been moved to sourceforge:
> 
> http://riotorto.users.sourceforge.net/gnuplot
> 
> The link in
> 
> http://gnuplot.info/links.html
> 
> points to the older place. Perhaps you can change it.
> 
> Thanks.
> --
> Mario

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Background color Mario <xefaso@terra.es> - 2012-05-15 14:47 -0700
  Re: Background color sfeam <sfeam@users.sourceforge.net> - 2012-05-15 21:44 -0700
    Re: Background color Mario <xefaso@terra.es> - 2012-05-16 11:05 -0700
      Re: Background color sfeam <sfeam@users.sourceforge.net> - 2012-05-16 15:48 -0700
        Re: Background color Mario <xefaso@terra.es> - 2012-05-17 04:40 -0700
        Re: Background color Mario <xefaso@terra.es> - 2012-12-21 08:12 -0800

csiph-web