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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -