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

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

[Octave-bug-tracker] [bug #29621] 4 plot point symbols missing in develo


From: Rik
Subject: [Octave-bug-tracker] [bug #29621] 4 plot point symbols missing in development code
Date: Wed, 21 Apr 2010 04:51:40 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

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

                 Summary: 4 plot point symbols missing in development code
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 21 Apr 2010 04:51:39 AM GMT
                Category: Interpreter
                Severity: 2 - Minor
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Somewhere between version 3.0.0 and the current development code support for
4 plot point symbols was lost.

I used the following to generate the different plots.
x = -pi:0.1:pi;
y = sin(x);
plot(x,y,"X") where X is shown in the table below


  X      3.0 Symbol             Dev Symbol
----------------------------------------------
  h      unfilled diamond       asterisk
  p      unfilled square        asterisk
  s      filled square          unfilled square
  v      filled triangle down   unfilled triangle down
  ^      filled triangle up     unfilled triangle up

This is with a recent hg tip (10537:fdf28dae0f37) and gnuplot 4.2.5





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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