Octave: plot rectangle with dashed lines -


i trying plot rectangle dashed lines in octave, if add property ":" "linestyle" before it,the plot lines remain solid. doing wrong? there several ways plot rectangle. please tell me 1 works, that's need.

thanks

clear ; close all; clc; figure('position',[0,0,600,600]); rectangle("position", [1,1,3,3], "linestyle", "--") zoom(0.5) 

Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -