| Rectangle | |
|---|---|
| Syntax | Rectangle{ expr,color,text,size } |
| Description | This will plot rectangle at expr value in specified color with text and in specified size |
| Example | Rectangle{close[0],red,hello,5} This will draw a Rectangle in red color with size of 5 with text hello. |