Skip to content

Commit

Permalink
separate from the loop and function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vebop committed Sep 23, 2024
1 parent ccbc7a7 commit 4165221
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions notebooks_tsqr/consdb/assorted_plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,21 @@
"id": "5",
"metadata": {},
"outputs": [],
"source": [
"# plot\n",
"fig = plt.figure(figsize=(6, 6))\n",
"ax = fig.subplots()\n",
"ax.scatter(ra, dec)\n",
"\n",
"plt.show()\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6",
"metadata": {},
"outputs": [],
"source": []
}
],
Expand Down

0 comments on commit 4165221

Please sign in to comment.