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

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

[Octave-bug-tracker] [bug #65687] [Qt Backend] LineWidth parameter ignor


From: anonymous
Subject: [Octave-bug-tracker] [bug #65687] [Qt Backend] LineWidth parameter ignored
Date: Sat, 4 May 2024 22:45:45 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?65687>

                 Summary: [Qt Backend] LineWidth parameter ignored
                   Group: GNU Octave
               Submitter: None
               Submitted: Sun 05 May 2024 02:45:45 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 9.1.0
         Discussion Lock: Any
        Operating System: Mac OS
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sun 05 May 2024 02:45:45 AM UTC By: Anonymous
-----------------------
%graphics_toolkit('gnuplot')
graphics_toolkit('qt')
x = 0:0.1:10;
y = x.^2;
plot(x, y, 'LineWidth', 10);
title('Test Plot');
xlabel('x');
ylabel('y = x^2');

-------------------------

Qt backend seems to ignore the parameter and always use the default width
(tried 'linewidth' and values from 1 to 100 as test, no change)

changing to the deprecated gnuplot backend the difference is visible







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65687>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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