"/tmp/ipykernel_17029/1166195680.py:73: UserWarning: color is
redundantly defined by the 'color' keyword argument and the fmt string
"k-" (-> color='k'). The keyword argument will take precedence.
ax.plot(x_vals, v, "k-", color=g, linewidth=1, alpha=0.7)"
in Ch 7 on the Python side and anywhere else it appears.
Please modify to eliminate the warning
"/tmp/ipykernel_17029/1166195680.py:73: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "k-" (-> color='k'). The keyword argument will take precedence. ax.plot(x_vals, v, "k-", color=g, linewidth=1, alpha=0.7)"
in Ch 7 on the Python side and anywhere else it appears.