Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to use pylab.plot command

+1 vote
asked Apr 1 by Avto Tavkhelidze (130 points)

1 Answer

0 votes
answered Apr 2 by Peter Minarik (86,240 points)

You can find various tutorials online, such as this.

However, please note that OnlineGDB supports standard input and output only, no graphics as the programs actually run on a server, not on your local machine, so all of the plotting wouldn't work in OnlineGDB. You can have your own Python installation on your local machine though.

Good luck!

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...