Skip to content

Latest commit

 

History

History

README.md

minimal

#1

It get list with Y values and create matplot canvas in tkinter window.

There is only code without any comments - but it is short and all is clear.

minimal-with-navigationbar

The same as before but it adds NavigationToolbar to canvas.

list

It plots list with Y values

dataframe

It plots dataframe from pandas

add-on-click

It adds matplot canvas after clicking button.

It also get data from stock server to dataframe and plot dataframe

See also: