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

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

[Octave-bug-tracker] [bug #36946] fontsize or fontweight not controlled


From: anonymous
Subject: [Octave-bug-tracker] [bug #36946] fontsize or fontweight not controlled in text plot
Date: Wed, 25 Jul 2012 06:02:57 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11

URL:
  <http://savannah.gnu.org/bugs/?36946>

                 Summary: fontsize or fontweight not controlled in text plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 25 Jul 2012 06:02:57 UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: barnabus
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When plotting text objects, the fontsize or fontweight properties do not
change. I have tried using gnuplot and fltk graphics toolkits. The following
produces identical text objects (fontsize=10, fontweight=normal)


x=randn(10,1);
y=randn(10,1);
plot(x,y)
text(x(1),y(1),'blob','fontsize',10)
th = text(x(3),y(3),'blob','fontsize',14)
text(x(4),y(4),'blob','fontweight','bold')
set(th,'fontsize',14)
drawnow
text(x(5),y(5),'blob','fontsize',32)





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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