import matplotlib.pyplot as plt
plt.plot(x, y, 'b-')
plot.legend ( ... ) 'put legend on left, i do not have the actual code with me.
plt.show()
How can I resize the plot window to show the legend on the left side?. Also, I like for program Not to stop when calling plot.show().
johans22 0 Newbie Poster
Lardmeister 461 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.