d3.js - python-nvd3 two and more graphs on a page -


thanks python-nvd3 can produce beautiful interactive graphs! but, id put 2 graphs on single page. far figure out how manually concatenate 2 python-nvd3 generated html files. (and thinking python script automate it, hoping there shortcut) how automatically in python-nvd3?

i wanna this:

http://i.stack.imgur.com/bulfs.png

thank you!

solved problem hand, beautiful soup. in python-nvd3 generate html plots, parse them beautiful soup, , append bodies elements plots first one, , write disk. couple of lines.

btw, handy thing html parsing:

http://www.crummy.com/software/beautifulsoup/


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -