Skip to content

Commit

Permalink
add axis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jepidoptera committed Sep 13, 2024
1 parent f458346 commit bc1dae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hydradx/notebooks/Omnipool/LP_price_divergence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
"plt.figure(figsize=(20, 5))\n",
"prices = [usd_price(pool, 'DOT') for pool in price_scenarios]\n",
"plt.plot(prices, agent1_value)\n",
"plt.plot(prices, agent2_value)\n"
"plt.plot(prices, agent2_value)\n",
"plt.xl"
]
},
{
Expand Down

0 comments on commit bc1dae9

Please sign in to comment.