Display Interactive plots on a web page?

Hello,

I am currently displaying plots on a web page using matplotlib by creating
.png files. I would like have the ability for people to have access to the
interactive plot feature (Zoom,Save) when they look at the plots on the web
page. I do not care if the plot is a pop up or if is directly on the web
page. At this point I just want the interactive feature available. I am
assuming that the end user that clicks on a web link will already have
python/matplotlib installed. Does anyone know if this is even possible? If
it is I would love to see an example of this.

Thanks in advance,
Brian

···


View this message in context: http://old.nabble.com/Display-Interactive-plots-on-a-web-page--tp27550397p27550397.html
Sent from the matplotlib - devel mailing list archive at Nabble.com.

Brian32 wrote:

Hello,

I am currently displaying plots on a web page using matplotlib by creating
.png files. I would like have the ability for people to have access to the
interactive plot feature (Zoom,Save) when they look at the plots on the web
page. I do not care if the plot is a pop up or if is directly on the web
page. At this point I just want the interactive feature available. I am
assuming that the end user that clicks on a web link will already have
python/matplotlib installed. Does anyone know if this is even possible? If
it is I would love to see an example of this.

Thanks in advance,
Brian
  

I think you might be interesting in something like a javascript charting
library. This webpage lists some interesting options:
http://www.alsonkemp.com/tools/highcharts-javascript-charting-library/

Andrew,

jpPlot looks very promising. I will definitely try to add that into my
code.

Thanks,
Brian

Andrew Straw wrote:

···

Brian32 wrote:

Hello,

I am currently displaying plots on a web page using matplotlib by
creating
.png files. I would like have the ability for people to have access to
the
interactive plot feature (Zoom,Save) when they look at the plots on the
web
page. I do not care if the plot is a pop up or if is directly on the web
page. At this point I just want the interactive feature available. I am
assuming that the end user that clicks on a web link will already have
python/matplotlib installed. Does anyone know if this is even possible?
If
it is I would love to see an example of this.

Thanks in advance,
Brian
  

I think you might be interesting in something like a javascript charting
library. This webpage lists some interesting options:
http://www.alsonkemp.com/tools/highcharts-javascript-charting-library/

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
View this message in context: http://old.nabble.com/Display-Interactive-plots-on-a-web-page--tp27550397p27566906.html
Sent from the matplotlib - devel mailing list archive at Nabble.com.