{ "cells": [ { "cell_type": "markdown", "id": "2b5164e2", "metadata": {}, "source": [ "# Saving a plotnine graph to png\n", "\n", "Once you're done with exploratory data analysis, it's time to show your graphic to the world! That's when you export." ] }, { "cell_type": "code", "execution_count": 1, "id": "ca64e2e5", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | amount | \n", "category | \n", "
---|---|---|
0 | \n", "34 | \n", "almonds | \n", "
1 | \n", "11 | \n", "strawberries | \n", "
2 | \n", "20 | \n", "oats | \n", "