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

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

[Octave-bug-tracker] [bug #51759] demo ("axis", 3) fails with gnuplot


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #51759] demo ("axis", 3) fails with gnuplot
Date: Tue, 15 Aug 2017 14:11:29 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36

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

                 Summary: demo ("axis", 3) fails with gnuplot
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Tue 15 Aug 2017 06:11:28 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:



>> graphics_toolkit gnuplot
>> demo ("axis", 3)
axis example 3:
clf;
t = 0:0.01:2*pi;
x = sin (t);

subplot (331);
  plot (t, x);
  title ("x ticks and labels");
  axis ("ticx");

......

subplot (338);
  plot (t, x);
  title ("y ticks, no labels");
  axis ("nolabel","ticy");

subplot (339);
  plot (t, x);
  title ("all ticks and labels");
  axis ("on");

axis example 3: failed
labels(1): out of bound 0

>>  demo ("axis", 3)
           line 12: undefined variable: set

OCTAVE:  cairolatex canvas cgm context corel domterm dumb dxf eepic emf emtex
epscairo epslatex fig hpgl latex mf mp
pcl5 pdfcairo pngcairo postscript pslatex pstex pstricks qms svg texdraw tgif
tkcanvas tpic unknown windows wxt


After the second command, Octave hangs.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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