ImSoErgodic / py-upset

A pure-python implementation of the UpSet suite of visualisation methods by Lex, Gehlenborg et al.
313 stars 57 forks source link

lowercase import in example #4

Closed rgbkrk closed 8 years ago

rgbkrk commented 8 years ago

After installing pyupset I tried this example and noticed the package needed to be imported as pyupset instead of pyUpset. This fixes that!

ImSoErgodic commented 8 years ago

Thanks!