Skip to content

Commit

Permalink
Add axis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Nov 14, 2023
1 parent 98410ca commit baaccca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/plot_conditional_promp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
ax2.set_ylim((-2.5, 3))
ax2.legend(loc="best")

ax1.set_xlabel("First position dimension")
ax1.set_ylabel("Second position dimension")
ax2.set_xlabel("First position dimension")
plt.tight_layout()
plt.show()

0 comments on commit baaccca

Please sign in to comment.