From 76ad1f3bf5f7bb0117f0e5ebf46559639a11483a Mon Sep 17 00:00:00 2001 From: Jiwoo Lee Date: Wed, 15 Jan 2025 22:11:11 -0800 Subject: [PATCH] clean up --- .../return_value_portrait_plot_demo.ipynb | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/pcmdi_metrics/graphics/portrait_plot/return_value_portrait_plot_demo.ipynb b/pcmdi_metrics/graphics/portrait_plot/return_value_portrait_plot_demo.ipynb index e719b7ceb..2bcc56c0a 100644 --- a/pcmdi_metrics/graphics/portrait_plot/return_value_portrait_plot_demo.ipynb +++ b/pcmdi_metrics/graphics/portrait_plot/return_value_portrait_plot_demo.ipynb @@ -58,7 +58,7 @@ "id": "8d2d85e0", "metadata": {}, "source": [ - "# Part 1: Process data" + "## Part 1: Process data" ] }, { @@ -66,7 +66,7 @@ "id": "c3179b90", "metadata": {}, "source": [ - "## Option 1: Create random data for demo only\n", + "### Option 1: Create random data for demo only\n", "\n", "If you do not have run results to plot but want to see how to generate a portrait plot, use this randomly generated array instead.\n", "\n", @@ -90,7 +90,7 @@ "id": "d23f2369", "metadata": {}, "source": [ - "## Option 2: Use Extremes Driver Output" + "### Option 2: Use Extremes Driver Output" ] }, { @@ -112,7 +112,7 @@ "id": "804d7cf1", "metadata": {}, "source": [ - "### Global settings\n", + "#### Global settings\n", "\n", "Provide the list of models (they will appear in this order in the figure). Also provide the region of the results." ] @@ -134,7 +134,7 @@ "id": "608ab579", "metadata": {}, "source": [ - "### Precipitation\n", + "#### Precipitation\n", "\n", "Provide the path to the JSON file containing precipitation (Rx1day and Rx5day) return value metrics in the first cell and run. Then run the following cell." ] @@ -197,7 +197,7 @@ "id": "4f1a63cf", "metadata": {}, "source": [ - "### Max Temperature\n", + "#### Max Temperature\n", "\n", "Provide the path to the JSON file containing maximum temperature (TXx and TXn) return value metrics in the first cell and run. Then run the following cell." ] @@ -257,7 +257,7 @@ "id": "514310b7", "metadata": {}, "source": [ - "### Min Temperature\n", + "#### Min Temperature\n", "\n", "Provide the path to the JSON file containing minimum temperature (TNx and TNn) return value metrics in the first cell and run. Then run the following cell." ] @@ -352,7 +352,7 @@ "id": "bd0af793", "metadata": {}, "source": [ - "# Part 2: Create figure" + "## Part 2: Create figure" ] }, { @@ -436,14 +436,6 @@ "fig.text(1.25, 0.4, 'Data version\\n'+data_version, transform=ax.transAxes,\n", " fontsize=12, color='black', alpha=0.6, ha='left', va='top',)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "efd8bee0", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {