Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui committed Sep 4, 2024
1 parent e59f9cf commit 85643fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_query/visualisations/plots/amm.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def create(

ax10 = fig.add_subplot(gs[1, 0])
ax10.set_title("Cumulated traded notional", loc="left")
ax10.set_ylabel("traded notional")
ax10.set_ylabel("Market traded notional")

ax11 = fig.add_subplot(gs[0, 1])
ax11.set_title("AMM: Position", loc="left")
Expand Down

0 comments on commit 85643fd

Please sign in to comment.