# simple draw a plot with x axis and y axis x = np.array([0,5]) # x axis y = np.array([0,5]) # y axis plt.plot(x,y) plt.show() #Draw two points in the diagram, one at position (1, 3) and one in ...
Jupyter is an open-source, web-based interactive computing platform that allows you to create and share documents containing live code, equations, visualizations, and narrative text. It's widely used ...
* - Simple program using python's Matplot Lib library together with Tkinter to show graphicaly the Bubble's Sort algoritm efficiency fo a list of random elements in diffrent ranges, the tkinter window ...
Amplitude modulation (AM) is a signal modulation technique that is widely used by radio stations for transmitting their programs. This project proposes a Python GUI-based Amplitude Modulation ...
I've embedded a matplotlib graph into tkinter and it does its job and all, however when I try using set_major_locator or set_major_formatter it does now show the results on the graph and provides no ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results