:-) Hi, guys.
Is there any way to change the line color and width of function drawRect in Octave ?
According to its reference, there's no property-value pair to set in this function.
Thanks.
:-) Hi, guys.
Is there any way to change the line color and width of function drawRect in Octave ?
According to its reference, there's no property-value pair to set in this function.
Thanks.
The function does accept a property-value pair, but it does return a graphics handle from where you can set any property:
Use
get (r)
to see a list of all properties, or read the manual section graphics object properties.