Skip to content

Tag: python

Drawing using matplotlib in pysimplegui

How can i clean up previous drawing before drawing again with matplotlib in PySimpleGui? I wanted to draw a bar chart which i could be able to draw but not able to delete using the following code: Are there any functions that i can call to clean up any previous drawings? Can someone please helpme with it, i w…

place the symbol

to add certain symbol after every three got splited lines Something like that?? – Answer This code looks if there are three or more commas in the text. If it is, it splits the text into 4 parts, then concats the 3 first parts and adds an @ before the third comma and redo the same process with the remain…