开发者

fullscreen matplotlib figures

I am visualising numpy arrays with imshow from pyplot, and would like to see just the array data in a fullscreen display with no toolbars or window borders.

Running with "ipython -pylab" and then calling imshow() and show() gives me a window but pressing "f" does not toggle fullscreen mode. Is there a function call to toggle fullscreen mode? (that wo开发者_开发百科uld also be preferable to manually pressing a key)


I think fullscreen is only implemented for the gtk matplotlib backend (I could be very wrong there...). At any rate, it's definitely not implemented for all platforms and backends that matplotlib supports.

However, from the sounds of what you're doing (simple fullscreen display of a 2D numpy array), you might find pygarrayimage useful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜