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

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

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -