Skip to content

Commit

Permalink
change text figure
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarry committed Feb 27, 2024
1 parent e89b27d commit 0930fd6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions notebooks/figure_explain_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 10,
"id": "faa167af-ad42-47b5-8fe4-2bdbafe0e6ed",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -217,10 +217,12 @@
"ysH = f + g + s + offsets[\"m\"]\n",
"\n",
"ax.plot(date, yH, color=\"grey\")\n",
"ax.text(xTxt, yH[iTxt], \"HG$_1$G$_2$\", color=\"grey\")\n",
"# ax.text(xTxt, yH[iTxt], \"HG$_1$G$_2$\", color=\"grey\")\n",
"ax.text(xTxt, yH[iTxt], r\"\\texttt{HG}$_1$\\texttt{G}$_2$\", color=\"grey\")\n",
"\n",
"ax.plot(date, ysH, color=\"black\")\n",
"ax.text(xTxt, ysH[iTxt], \"sHG$_1$G$_2$\")\n",
"# ax.text(xTxt, ysH[iTxt], \"sHG$_1$G$_2$\")\n",
"ax.text(xTxt, ysH[iTxt], r\"\\texttt{sHG}$_1$\\texttt{G}$_2$\")\n",
"\n",
"# Mark Opposition\n",
"for i, row in ephemcc[p_oppo].iterrows():\n",
Expand Down Expand Up @@ -849,7 +851,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0930fd6

Please sign in to comment.