News

A recent reddit thread reminded us that you can generate a similar look for your own data (humorous or otherwise) in Python using Matplotlib. If you already have a plot generated with Matplotlib ...
One can get the publication-quality Bland-Altman plot as demonstrated here: Scatterplot Diff vs HalfSum: Right click the plot and choose Add/Remove curves to add the Bias along with Lower and Upper ...
I had to write some code in C++ where I wanted to plot the results of a signal processing function. The existing C++ plotting libraries had quite a learning curve, and I was already familiar with ...