matplotlib - How do I plot a graph in Python? -


i have installed matplotlib, , have created 2 lists, x , y.

i want x-axis have values 0 100 in steps of 10 , y-axis have values 0 1 in steps of 0.1. how plot graph?

have through matplotlib gallery, graphs there have source code available. find 1 like, cut & paste, dissect!


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -