help-octave
[Top][All Lists]
Advanced

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

plot() command does not work


From: Isaac Lorencez
Subject: plot() command does not work
Date: Sun, 7 Nov 2010 00:56:27 +0100

Hi,
I've installed octave 3.2.4 on a windows xp system and when I try:
 
octave:2> t = linspace (0, 1.0, 50)';
octave:3> x = sin(t)
octave:4> plot (t,x);
warning: isstr is obsolete and will be removed from a future version of Octave, please use ischar instead
octave:5>
 
No plot is shown, nothing happens. What is the problem? There were no installation problems.
 
Regards,
Isaac
 
running: get(gcf()) reports:
 
octave:5> get(gcf())
ans =
{
  beingdeleted = off
  busyaction = queue
  buttondownfcn = [](0x0)
  children = -1.3620
  clipping = on
  createfcn = [](0x0)
  deletefcn = [](0x0)
  handlevisibility = on
  hittest = on
  interruptible = on
  parent = 0
  selected = off
  selectionhighlight = on
  tag =
  type = figure
  userdata = [](0x0)
  visible = on
  __modified__ = off
  uicontextmenu = [](0x0)
  nextplot = add
  closerequestfcn = closereq
  currentaxes = -1.3620
  colormap =
     0.00000   0.00000   0.50000
     0.00000   0.00000   0.56349
     0.00000   0.00000   0.62698
... etc ...
     0.69048   0.00000   0.00000
     0.62698   0.00000   0.00000
     0.56349   0.00000   0.00000
     0.50000   0.00000   0.00000
  paperorientation = portrait
  color =
     1   1   1
  alphamap =
     1
     1
     1
     1
... etc ...
     1
     1
  currentcharacter =
  currentobject = [](0x0)
  current_point =
     0
     0
  dockcontrols = off
  doublebuffer = on
  filename =
  integerhandle = on
  inverthardcopy = off
  keypressfcn = [](0x0)
  keyreleasefcn = [](0x0)
  menubar = figure
  mincolormap =  64
  name =
  numbertitle = on
  paperunits = inches
  paperposition =
     0.25000   2.50000   8.00000   6.00000
  paperpositionmode = manual
  papersize =
      8.5000   11.0000
  papertype = usletter
  pointer = arrow
  pointershapecdata =
     0   0   0   0   0   0   0   0   0   0   0
     0   0   0   0   0   0   0   0   0   0   0
... etc ...
     0   0   0   0   0   0   0   0   0   0   0
     0   0   0   0   0   0   0   0   0   0   0
  pointershapehotspot =
     0   0
  position =
     300   200   560   420
  renderer = painters
  renderermode = auto
  resize = on
  resizefcn = [](0x0)
  selectiontype = normal
  toolbar = auto
  units = pixels
  windowbuttondownfcn = [](0x0)
  windowbuttonmotionfcn = [](0x0)
  windowbuttonupfcn = [](0x0)
  windowbuttonwheelfcn = [](0x0)
  windowstyle = normal
  wvisual =
  wvisualmode = auto
  __backend__ = gnuplot
}
 
 

reply via email to

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