Tips on Matplotlib
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/legendu-net/learning/tree/master/0-programming/1-python/5-visualization/0-matplotlib
Plotting images side by side using matplotlib
Options
point/marker size: s
References
Best Way of Using HoloViews
Comments¶
DataFrame.hvplot
(via the Python packagehvplot
) is the most convenient way to use HoloViews.If you want to use HoloViews directly, it is better to create a HoloViews.Dataset object and use it for visualization.
The
groupby
option generates a plot with a dropdown list for interactively showing plots of different groups. You can overlay plots of different groups together on the same plot simplify by calling the.overlay()
Bootstrap Resampling in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.bootstrap.html
Convert Web Pages to PDF Using Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Stirling-PDF is is a robust, locally hosted web-based PDF manipulation tool using Docker.
python-pdfkit¶
Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
Convert PDF to Image Using Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Stirling-PDF is is a robust, locally hosted web-based PDF manipulation tool using Docker.