I would like to draw rectangle with bottom left corner at (2,3) and height and width (3,4) in matplotlib. There is a great tutorial Rectangle tutorial, but it only talks about drawing within unit square. There is even question on stackoverflow.com how to draw outside unit square stackoverflow.com, but when I ran it, it does not draw anything, it only displays axis of unit square. Plus, I am not sure why in the example we use
someX - .5, someY - .5
Any suggestions?