diff --git a/geocoding_result.ipynb b/geocoding_result.ipynb index 8dc4f88aa628ff448c0bacd567aa760964bd5162..a840ca04117e323bf429a5239673de7d5cd6f7bf 100644 --- a/geocoding_result.ipynb +++ b/geocoding_result.ipynb @@ -23,29 +23,6 @@ "sns.set_context('paper')" ] }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "nice_fonts = {\n", - " # Use LaTeX to write all text\n", - " \"text.usetex\": True,\n", - " \"font.family\": \"serif\",\n", - " # Use 10pt font in plots, to match 10pt font in document\n", - " \"axes.labelsize\": 10,\n", - " \"font.size\": 10,\n", - " # Make the legend/label fonts a little smaller\n", - " \"legend.fontsize\": 8,\n", - " \"xtick.labelsize\": 8,\n", - " \"ytick.labelsize\": 8,\n", - "}\n", - "\n", - "mpl.rcParams.update(nice_fonts)" - ] - }, { "cell_type": "code", "execution_count": 11,