Pandas plot() without a legend

Viewed 97252

Using the pandas library in python and using

.plot()

on a dataframe, how do I display the plot without a legend?

2 Answers
Related