{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Plotting in Python Resources" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "```{note}\n", "This document authored by [Todd M. Gureckis](http://gureckislab.org/~gureckis) and is released under the [license](/LICENSE.html) for the book. Links to the external content and cheat sheets include the name and authorship information of the originals.\n", "```" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This is a collection of useful links for plotting in python.\n", "- [Simple intro to Matplotlib](https://matplotlib.org/stable/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-py)\n", "- [Official Seaborn Tutorial](https://seaborn.pydata.org/tutorial.html) by Michael Waskom\n", "- [Three common seaborn difficulties](https://michaelwaskom.medium.com/three-common-seaborn-difficulties-10fdd0cc2a8b) for beginners by Michael Waskom\n", "- [Which color scale to use when visualizing data](https://blog.datawrapper.de/which-color-scale-to-use-in-data-vis/) by Lisa Charlotte Rost\n", "\n", "\n", "\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" }, "toc": { "base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": false, "title_cell": "Table of Contents", "title_sidebar": "Contents", "toc_cell": false, "toc_position": {}, "toc_section_display": true, "toc_window_display": false } }, "nbformat": 4, "nbformat_minor": 2 }