pystreamgraph
pystreamgraph copied to clipboard
A library to make 'stream graphs' in python. Uses svgfig to draw the graph in SVG
Hi, I could install the pystreamgraph module along svgfig and make them work, though I had tweak a bit, probably due to svgfig heavy usage of unicode. Any update to...
Hi, pystreamgraph fails when you give it series of floats instead of integers, because pysvg uses decimal numbers, and these are incompatible with floats. So I suggest that you handle...
Hi there, Is there anyway to label the x axis? would be quite useful for a stream visualization ... b.