Cleaning up demos so local changes get rolled in. Old demos removed. There is a significant effort underway
This commit is contained in:
parent
724d6ae7a9
commit
0ec79ce4b4
8 changed files with 35 additions and 64 deletions
|
@ -2,7 +2,7 @@ import PySimpleGUI as sg
|
|||
import random
|
||||
|
||||
# Bars drawing in PySimpleGUI
|
||||
#
|
||||
#
|
||||
# .--.
|
||||
# | |
|
||||
# .--.| |.--.
|
||||
|
@ -46,4 +46,4 @@ while True:
|
|||
graph.draw_rectangle(top_left=(i * BAR_SPACING + EDGE_OFFSET, graph_value),
|
||||
bottom_right=(i * BAR_SPACING + EDGE_OFFSET + BAR_WIDTH, 0), fill_color='blue')
|
||||
graph.draw_text(text=graph_value, location=(i*BAR_SPACING+EDGE_OFFSET+25, graph_value+10))
|
||||
window.close()
|
||||
window.close()
|
Loading…
Add table
Add a link
Reference in a new issue