Skip to content

Commit b4ae0bf

Browse files
committed
Changing axis labels
1 parent 56ac950 commit b4ae0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fig/chap3/valley.png

-420 Bytes
Loading

fig/chap3/valley.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
ax.w_xaxis.set_major_locator(LinearLocator(3))
3737
ax.w_yaxis.set_major_locator(LinearLocator(3))
3838
ax.w_zaxis.set_major_locator(LinearLocator(3))
39-
ax.text(0.05, -1.8, 0, "$w_1$", fontsize=20)
40-
ax.text(1.5, -0.25, 0, "$w_2$", fontsize=20)
39+
ax.text(0.05, -1.8, 0, "$v_1$", fontsize=20)
40+
ax.text(1.5, -0.25, 0, "$v_2$", fontsize=20)
4141
ax.text(1.79, 0, 1.62, "$C$", fontsize=20)
4242

4343
plt.show()

0 commit comments

Comments
 (0)