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

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

[Octave-bug-tracker] [bug #60292] Line segment join styles are ugly in p


From: anonymous
Subject: [Octave-bug-tracker] [bug #60292] Line segment join styles are ugly in plots
Date: Fri, 26 Mar 2021 12:08:43 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0

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

                 Summary: Line segment join styles are ugly in plots
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 26 Mar 2021 04:08:41 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Bill Eaton
        Originator Email: wpeaton4@gmail.com
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

For on-screen plots and saved PNG plots, line segments are drawn as distinct
rectangles. For saved SVG plots, line segments are smoothly blended and look
more pleasing.

This becomes more noticeable as you increase the linewidth.

To reproduce, try this:
p = plot(rand(10,1));
set(p, 'LineWidth', 6);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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