octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.9.10, finally?


From: Daniel J Sebald
Subject: Re: 2.9.10, finally?
Date: Wed, 07 Feb 2007 21:19:32 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

John W. Eaton wrote:
On  7-Feb-2007, Daniel J Sebald wrote:

| Anyway, here is an illustration of various output modes:
| | http://gnuplot.sourceforge.net/demo_4.1/dashcolor.html | | There is a dash-dot in the example, but that doesn't mean it is
| available on all output formats.  Note that with the use of the new
| "rgb" mode you are fairly certain of getting the correct color.

I still don't see how to get dashed lines with the X11 terminal
driver.  I tried

  set term x11 dashed
  set style line 1 lt 2 lc rgb "red" lw 3
  plot sin(x) ls 1

and I get a solid red line.

I get a dashed line with those commands.

Also, is the mapping of line types (integers) to the actual styles
terminal dependent?

Probably so.  There is a solution, but I don't know if it works well for Octave.  
In gnuplot look at the help under x11->line_resources and you'll see that there 
is a way to control the line dash/dot pattern with the x11 resources file.

Dan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]