octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48576] PLOTTING DASHED LINES


From: anonymous
Subject: [Octave-bug-tracker] [bug #48576] PLOTTING DASHED LINES
Date: Thu, 21 Jul 2016 19:25:53 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Follow-up Comment #2, bug #48576 (project octave):

I believe it is a bug. Sorry for framing it as a support question.

Follow this simple line of code


graphics_toolkit("gnuplot")
x = 1:1:10; 
y = 2*x; 

plot (x, y, 'r --')

This should give me a dashed line  but I am seeing a solid line. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48576>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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