Skip to content
forked from kimi641/fishplot

using matplotlib to draw fish plot

Notifications You must be signed in to change notification settings

lshzhang/fishplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fishplot

using matplotlib to draw fish plot

from fishplot import fishplot

d = {'date':['2010/09/20','2010/09/20','2010/10/20','2010/10/20','2011/11/20','2011/11/20'],'variants':['TP53','NTRK','TP53','NTRK','TP53','NTRK'],'freq':[0.3,0.2,0.1,0.2,0.2,0.5]}
df = pd.DataFrame(data=d)

fishplot(df)

About

using matplotlib to draw fish plot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.4%
  • Python 11.6%