Skip to content

kimi641/fishplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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