Discussion:
Annotation crashes octave
Tom Radigan
2018-11-16 22:43:41 UTC
Permalink
Hi,



I have Octave 4.4.1 installed on a windows 7 64 bit computer. I have the
control package loaded. I have a plot that works fine but as soon as I add
the annotation command and run the script Octave crashes. Once the
annotation command is commented out the script runs fine and the plot works
fine.



%section of code with issue

x6_1=[-.0045 .0006]

y6_1=[0.5 0.5]

annotation('doublearrow',x6_1,y6_1)



I've tried 'line' and 'arrow' and they also crash. I want the arrow to
start outside the axis so I set the xbegin location to -.0045.



Any thoughts would be appreciated.



Thanks



Tom
mmuetzel
2018-11-17 18:40:58 UTC
Permalink
These three lines don't crash Octave 4.4.1 on Windows 10 for me.

Can you provide a minimal example that provokes the crash?

Thanks
Markus



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Loading...