fastplot icon indicating copy to clipboard operation
fastplot copied to clipboard

Are you bored of re-writing code for each plot? Create publication-quality plots with a simple interface over matplotlib.

Results 2 fastplot issues
Sort by recently updated
recently updated
newest added

Hello, Following the depreciation and then disappearance of `iteritems()` in aid of `items()`, this doesn't work with pandas >= 2.0. As shown by the following output when using pandas 1.5.3...

- Added kw-parameter `stats`; when given (in the form of a dictionary), provides statistics about the distribution(s) when plotting CDFs or boxplots - Now CDF and CDF_multi fefault to matplotlib's...