View Single Post
  #2  
Old 03-22-2013, 04:12 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
It's not clear how exactly you want to integrate these javascript visualizations with Vizard. However, Vizard comes with a vizhtml module that allows you to display an embedded html page within the graphics window. This basically allows you to execute javascript code and overlay the results.

Also, you might want to have a look at the 3rd party matplotlib Python library. This provides a high level interface for generating data plots.
Reply With Quote