Skip to content

Commit

Permalink
fixed caption
Browse files Browse the repository at this point in the history
  • Loading branch information
jepidoptera committed Aug 4, 2023
1 parent d61b27e commit 71362c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hydradx/notebooks/Omnipool/FeeAdjustment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@
"end_time": "2023-05-24T15:14:34.207704241Z",
"start_time": "2023-05-24T15:01:10.779629649Z"
},
"jupyter": {
"source_hidden": true
},
"tags": []
},
"outputs": [
Expand Down Expand Up @@ -199,7 +196,7 @@
],
"source": [
"plt.figure(figsize=(20, 5))\n",
"plt.title('LP fees earned after one month, assuming different trade volumes:')\n",
"plt.title('LP fees earned after one month:')\n",
"graph_length = len(mint_events[1])\n",
"plt.xticks(\n",
" [0, graph_length / 3, graph_length / 1.5, graph_length],\n",
Expand Down

0 comments on commit 71362c4

Please sign in to comment.