Skip to content

Commit

Permalink
trying another plot thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vebop committed Sep 24, 2024
1 parent 5fc66b6 commit 6335eb9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions notebooks_tsqr/consdb/assorted_plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"import time as t\n",
"import pandas as pd\n",
"import matplotlib.pylab as plt\n",
"from IPython.display import display, Markdown, display_markdown\n",
"%matplotlib inline"
"from IPython.display import display, Markdown, display_markdown"
]
},
{
Expand All @@ -50,6 +49,16 @@
"id": "3",
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4",
"metadata": {},
"outputs": [],
"source": [
"# Put Plot in backend\n",
"plt.style.use('seaborn-v0_8-bright')\n",
Expand All @@ -65,7 +74,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4",
"id": "5",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -129,7 +138,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5",
"id": "6",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -144,7 +153,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6",
"id": "7",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 6335eb9

Please sign in to comment.