标签: python matplotlib scientific-computing
我一直在使用matplotlib.axes玩了一会儿,我很困惑参数“ rect”的作用。
根据文档:
rect : [left, bottom, width, height] The axes is build in the rectangle rect. rect is in Figure coordinates.
我注意到宽度和高度是做什么的,这很明显。我尝试将左和底部更改为一堆不同的值,但没有任何变化。左和底到底指的是什么?