[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error: set: unknown line property xtick
From: |
JulesVerne |
Subject: |
error: set: unknown line property xtick |
Date: |
Fri, 25 Mar 2016 02:23:34 -0700 (PDT) |
I cant change the tick distance. I use octave for with Windows, tryed 4.0.0
and 4.0.1. I also tryed to use other graphic toolkits, same problem.
>> gca=plot(1);
>> set(gca,'xtick',[0 1 2 3])
error: set: unknown line property xtick
>> get(gca)
ans =
scalar structure containing the fields:
beingdeleted = off
busyaction = queue
buttondownfcn = [](0x0)
children = [](0x1)
clipping = on
createfcn = [](0x0)
deletefcn = [](0x0)
handlevisibility = on
hittest = on
interruptible = on
parent = -23.204
selected = off
selectionhighlight = on
tag =
type = line
uicontextmenu = [](0x0)
userdata = [](0x0)
visible = on
__modified__ = on
color =
0 0 1
displayname =
erasemode = normal
interpreter = tex
linestyle = -
linewidth = 0.50000
marker = .
markeredgecolor = auto
markerfacecolor = none
markersize = 6
xdata = 1
xdatasource =
ydata = 1
ydatasource =
zdata = [](0x0)
zdatasource =
--
View this message in context:
http://octave.1599824.n4.nabble.com/error-set-unknown-line-property-xtick-tp4675856.html
Sent from the Octave - General mailing list archive at Nabble.com.
- error: set: unknown line property xtick,
JulesVerne <=