QuantEcon / book-dp1-public-companion

Dynamic Programming Volume 1
https://quantecon.github.io/book-dp1-public-companion/
BSD 3-Clause "New" or "Revised" License
109 stars 23 forks source link

Eliminate Warnings #20

Open mmcky opened 1 year ago

mmcky commented 1 year ago

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.