+ 8
How to put canvas matplotlib figure a little bit down in tkinter python?
7 ответов
+ 2
https://matplotlib.org/gallery/index.html
figure means the numbers? which type of graph are you drawing
+ 6
Gordon figure means graph, the graph should draw 3d frames
+ 6
Gordon problem is not only here, the text label shall be upside of the matplotlib figure graph
+ 4
+ 4
Sorry, haven't used matplotlib yet. :)
+ 1
Zhenis Otarbay
You can use the place() function instead of pack() and do something like:
canvas.place(relx=0.5, rely=0.5, anchor=CENTER)
this would place it at the center
ref:
https://stackoverflow.com/questions/13111679/positioning-canvas-in-window-tkinter-JUMP_LINK__&&__python__&&__JUMP_LINK
+ 1
http://jasonrbriggs.com/journal/2016/12/08/text-position-in-tkinter.html