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

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

[Octave-bug-tracker] [bug #61350] Marker Symbol 'I' is not vailable in p


From: anonymous
Subject: [Octave-bug-tracker] [bug #61350] Marker Symbol 'I' is not vailable in plot
Date: Mon, 18 Oct 2021 18:19:40 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:93.0) Gecko/20100101 Firefox/93.0

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

                 Summary: Marker Symbol 'I' is not vailable in plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 18 Oct 2021 10:19:38 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Missed Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Zhaxi
        Originator Email: chj_peter@163.com
             Open/Closed: Open
                 Release: 6.3.0
         Discussion Lock: Any
        Operating System: Mac OS

    _______________________________________________________

Details:

When I make a scatter plot by using "|" as a symbol,as shown in attached
figure, I find no way to deal with it.
This problem has been solved in matlab 20b version as mentioned in
https://de.mathworks.com/help/releases/R2020b/matlab/release-notes.html?category=graphics&rntext=marker&startrelease=R2015b&endrelease=R2020b&groupby=release&sortby=descending.

There is a way to achieve this function by using text() as shown in followed
codes:

x = 1:50;
y = rand(size(x));

figure
plot(x, y, '.', 'Color','none')
axis([0  50    0  1])
text(x, y, '|', 'VerticalAlignment','middle', 'HorizontalAlignment','center',
'Color','r')

citation:
https://de.mathworks.com/matlabcentral/answers/638790-marker-symbol-i-in-plot

However, if the data is large, this will take long time to run the program.
Can this function be added in the Marker type list?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 18 Oct 2021 10:19:38 PM UTC  Name:
Figure@plotted@by@symbol@of@vertical@line.jpg  Size: 48KiB   By: None
screen shots
<http://savannah.gnu.org/bugs/download.php?file_id=52121>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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