How to suppress legend in pandas .plot()
In order to suppress the legend when using pandas.plot(), use
pandas_plot_legend_false.py
legend=Falseas an Argument to .plot(), for example:
pandas_plot_example.py
df.plot(legend=False)If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow