News

Hu, K. (2020) Become Competent within One Day in Generating Boxplots and Violin Plots for a Novice without Prior R Experience. Methods and Protocols, 3, Article 64.
I have happily used interactive plots in jupyter notebooks for years with %matplotlib notebook. Unfortunately, since version 7 was introduced, I have experienced troubles with getting interactive ...
One way to illustrate distributions of samples is through the use of violin plots. The original design is a combination of boxplot and density plot mirrored and plot around the boxplot. However, there ...
Issue Type: Bug When using Matplotlib and Matplotlib.Pyplot (plt) in a Jupyter Notebook in combination with the %matplotlib widget magic command, all plt.figures throughout the Notebook only show the ...