%matplotlib inline import matplotlib.pyplot as plt import numpy as np from IPython.html.widgets import interact def plot_sine(frequency=1.0, amplitude=1.0): plt.ylim(-1.0, 1.0); x = np.linspace(0, 10, ...
qmplot is a handy, user-friendly tool and Python library that allows for quick and flexible of publication-ready manhattan and Q-Q plots directly from PLINK association results files or any data frame ...
Excel and other spreadsheets are ubiquituous in business because they let you create simple graphics. If you want to take your reports and presentations to the next level, you might want to consider ...