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

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

[Octave-bug-tracker] [bug #35740] bar() does not accept width argument


From: Rik
Subject: [Octave-bug-tracker] [bug #35740] bar() does not accept width argument
Date: Thu, 08 Mar 2012 06:54:19 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Update of bug #35740 (project octave):

                  Status:                    None => Works For Me           
                 Release:                     dev => 3.4.3                  

    _______________________________________________________

Follow-up Comment #1:

Setting the width works fine for me with 3.4.3 or with a development branch. 
Plotting works perfectly well with either gnuplot or fltk.

There might be conflicts with packages you have installed.  You could try
running 'octave -f' to start without reading any initialization files.  Once
in Octave, try 'pkg unload all' to unload any packages.  After that, try
plotting with bar again to see if it works.

The code I used is


bar (1:5, 1:5);
figure;
bar (1:5, 1:5, 0.5);



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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