import qplot as qp
import numpy as np
qp.figure('rectangle', 3, 3)
qp.rectangle(0, 0, 3, 2)
qp.brush('g')
qp.rectangle(1.5, 1, 3, 2)