pystreamgraph icon indicating copy to clipboard operation
pystreamgraph copied to clipboard

A library to make 'stream graphs' in python. Uses svgfig to draw the graph in SVG

Results 3 pystreamgraph issues
Sort by recently updated
recently updated
newest added

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...

Meta

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...

Bug

Hi there, Is there anyway to label the x axis? would be quite useful for a stream visualization ... b.

Feature Request