see save_plot.py
note: eps
and pdf
formats are useful for LaTeX
see matplotlib/
see seaborn/
see matplotlib/dimensionality_reduction.py
see matplotlib/plot_heatmap.py
, matplotlib/plot_matrix.py
, seaborn/plot_heatmap.py
(seaborn/plot_heatmap.py
is the best choice)
Note that the following two are equivalent (see reference)
plot(x, y, 'go--', linewidth=2, markersize=12)
plot(x, y, color='green', marker='o', linestyle='dashed', linewidth=2, markersize=12)
see matplotlib/show_errors.ipynb
see matplotlib/find_optimal_k_in_kmeans.ipynb
full credit: this link
see matplotlib/poster/create_poster.ipynb
for customizing, see matplotlib/poster/customize.ipynb
credit: this link
see matplotlib/gifs/create_gif.ipynb
how to create synthwave: matplotlib/gifs/create_synthwave.py
(credits: this link)
see https://github.com/probablyvivek/Comics/blob/main/Marvel.ipynb