Skip to content

Commit

Permalink
Update plot_flux_vector_pmsyrm_5kw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinkkan authored Apr 8, 2024
1 parent 2949aa8 commit 0b31b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flux_vector/plot_flux_vector_pmsyrm_5kw.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def i_s(psi_s):
ax1.set_xlabel(r"$\psi_\mathrm{d}$ (Vs)")
ax1.set_ylabel(r"$\psi_\mathrm{q}$ (Vs)")
ax1.set_zlabel(r"$i_\mathrm{d}$ (A)")
ax1.legend([surf1, surf2], ["Measurements", "Model"])
# ax1.legend([surf1, surf2], ["Measurements", "Model"])

# Plot the q-axis experimental data as points
surf3 = ax2.scatter(psi_d_meas, psi_q_meas, i_q_meas, marker=".", color="r")
Expand Down

0 comments on commit 0b31b2a

Please sign in to comment.