Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Merge two functions to one
Post: RE: Merge two functions to one

It's very useful, thanks for your output.
SamLiu General Coding Help 4 1,054 May-05-2023, 01:36 PM
    Thread: Merge two functions to one
Post: RE: Merge two functions to one

I appreciate your prompt reply to this. You can see two functions parameters are same, only difference is compare condition such in compared_Sens if val greater than limit1 text_color equal to dark re...
SamLiu General Coding Help 4 1,054 May-03-2023, 08:50 PM
    Thread: Merge two functions to one
Post: Merge two functions to one

Hi all, I want to compare with the limit and assign different text colors as below two functions. How to merge two functions(compared_Sens & compared_Noise) to one function apply to all different ...
SamLiu General Coding Help 4 1,054 May-03-2023, 03:07 AM
    Thread: PysimpleGUI window update dynamically
Post: RE: PysimpleGUI window update dynamically

I appreciate your help. I changed it again, seems like the control definition is ok. The last version is read "checkmaster_config.ini"(upload file need to change the suffix from .txt to .ini),selected...
SamLiu GUI 6 3,890 Apr-05-2023, 02:32 PM
    Thread: PysimpleGUI window update dynamically
Post: RE: PysimpleGUI window update dynamically

Many thanks,I tried to change step1 define as below. But all the control in one column,how to split to two columns or more. import PySimpleGUI as sg sg.theme('Topanga') left_part= [ [sg.Text...
SamLiu GUI 6 3,890 Mar-30-2023, 09:47 AM
    Thread: PysimpleGUI window update dynamically
Post: RE: PysimpleGUI window update dynamically

Thank you for your replied. Sorry for my English is poor. 1)Define windows text control so complicated if have a good way to do that. 2)The windows need to check 3 parameters if possible make a class ...
SamLiu GUI 6 3,890 Mar-28-2023, 04:48 AM
    Thread: PysimpleGUI window update dynamically
Post: PysimpleGUI window update dynamically

Hi all, I made a tool checking IQR value in CSV, but I feel so stupid with my code, such as loading text control, and update value. Can someone help me make a class for that as screenshots? 1)More par...
SamLiu GUI 6 3,890 Mar-27-2023, 01:59 PM
    Thread: PySimpleGUI FilesBrowse enable event to update value in combo
Post: RE: PySimpleGUI FilesBrowse enable event to update...

Great, it is very useful. I appreciate for you to do that.
SamLiu GUI 2 4,467 Mar-15-2023, 12:49 PM
  Photo Thread: PySimpleGUI FilesBrowse enable event to update value in combo
Post: PySimpleGUI FilesBrowse enable event to update val...

Hi All, I wanted to update combo value dynamically, when browse file.The executed procedure as below: 1)click Browse button, select what you want file. 2)Combo control in GUI update item automatical...
SamLiu GUI 2 4,467 Mar-13-2023, 11:13 AM
    Thread: How to check multiple columns value within range
Post: RE: How to check multiple columns value within ran...

It's work, thanks for you.
SamLiu General Coding Help 2 1,104 Mar-13-2023, 09:32 AM
    Thread: How to check multiple columns value within range
Post: How to check multiple columns value within range

Hi all, The demo is wanted check multiple columns within range(filter out of range row) and pick up other columns. when chosen one column that can work by between function, but add more columns got ...
SamLiu General Coding Help 2 1,104 Mar-12-2023, 10:52 AM
    Thread: search file by regex
Post: search file by regex

Hi all, Search specific string name file in folder. How to config regular match. folder include files as below: Check_noise#3_P020_20211220_094542_CAMEMSNIOSAI31_2D.csv Check_noise#3_P020_20211220_1...
SamLiu General Coding Help 1 860 Feb-23-2023, 11:18 AM
    Thread: Update exist plot while change upper limit or lower limit
Post: RE: Update exist plot while change upper limit or ...

(Feb-05-2023, 10:05 AM)SamLiu Wrote: Hi all, I made a visualization kit to view the offset trend, I have some problems with that: 1)Update exist plot while change upper limit or lower limit dynamica...
SamLiu GUI 1 953 Feb-05-2023, 10:09 AM
    Thread: Update exist plot while change upper limit or lower limit
Post: Update exist plot while change upper limit or lowe...

Hi all, I made a visualization kit to view the offset trend, I have some problems with that: 1)Update exist plot while change upper limit or lower limit dynamically. 2)How to set up parameter Legend l...
SamLiu GUI 1 953 Feb-05-2023, 10:05 AM
    Thread: How to auto align x-axis label
Post: RE: How to auto align x-axis label

(Jan-27-2023, 04:29 PM)deanhystad Wrote: What's the problem? You made the chart too small for the long labels. You can: 1 Make the chart bigger 2 User shorter labels 3 Specify a smaller font for t...
SamLiu General Coding Help 2 846 Jan-27-2023, 11:10 PM
    Thread: How to auto align x-axis label
Post: How to auto align x-axis label

Hi all, A matplotlib plt.bar demo create a chart as snapshots, how to set up x-axis label no shadow,thanks!! import matplotlib.pyplot as plt plt.style.use('ggplot') labels = ['MEMS Vbias', 'AVDD ...
SamLiu General Coding Help 2 846 Jan-27-2023, 02:15 PM
    Thread: How to read csv file update matplotlib column chart regularly
Post: RE: How to read csv file update matplotlib column ...

(Jan-20-2023, 11:50 PM)Larz60+ Wrote: you can use 'sched' the python event scheduler: https://docs.python.org/3/library/sched.html Thank you for your prompt reply, maybe that is not what I want. I j...
SamLiu General Coding Help 2 1,016 Jan-21-2023, 11:33 PM
    Thread: How to read csv file update matplotlib column chart regularly
Post: How to read csv file update matplotlib column char...

Hi all, I want to read csv date and update column charts by matplotlib automatically. As snapshots first time write log and update column chart by every failed item and then write second time fail lo...
SamLiu General Coding Help 2 1,016 Jan-20-2023, 11:53 AM
    Thread: VBA function convert to python by PysimpleGUI
Post: RE: VBA function convert to python by PysimpleGUI

Who can help me for the matter. My purpose is click button select *.csv pick up specific column data updated in Text control and compared value in which level then paint different background color wit...
SamLiu GUI 1 1,209 Dec-28-2022, 04:49 AM
    Thread: VBA function convert to python by PysimpleGUI
Post: VBA function convert to python by PysimpleGUI

Hi All, Tried to use PysimpleGUI instead of VBA could not do it, please help me check out it, thanks in advance! Selected file pick up what I want column data and subtract with Target median value g...
SamLiu GUI 1 1,209 Dec-21-2022, 01:28 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020