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

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -