When using copy_from_bbox of matplotlib’s canvas, is it possible to create a background by changing xlim and ylim?
I would like to know if it is possible to adjust the xlim and ylim range of drawing without changing the size of the axes.
It’s a similar task to set lim, but I’d like to know if it’s also possible with Blit.
2