Matplotlib: interactive plot on a web server

前端 未结 5 1668
无人共我
无人共我 2020-12-08 07:59

I\'m currently using Open Flash Chart 2 on my django website, but I find it insufficiently customizable. (It\'s great when you want the usual barcharts, piecharts, but what

5条回答
  •  暖寄归人
    2020-12-08 08:45

    If you're looking for flash-like interactivity in a web application, matplotlib probably isn't what you're looking for. It's fine for rendering a static image to serve out in a web app, though. (and is amazingly flexible)

    However, there's been a lot of recent development on making matplotlib more oriented toward web interactivity. Take a look at the new HTML5/Canvas backend. http://code.google.com/p/mplh5canvas/ It's not quite finished yet, but it's worth playing around with, anyway.

提交回复
热议问题