-
Recent Posts
- Python – Sklearn – Chi- Categorical Ordinal
- My Mississippi Harmonica Co Regal Model 96235
- Python – FTT – with Scipy
- LabVIEW(r) , Python(r) Sinewave Fit
- Sinewave Fit via Python with SciPy
- LV- Event Queue and fun with Pict function
- LV Timed Loop Structure – OFFSET
- Arduino PID with Motor, Ultrasonic Sensor, and a paper basket type coffee filter
- Using Arduino and BB’s PID with Simple LED Brightness setup to Learn PID
- Python-A way to show digital patterns(bits) in Matplotlib
- Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo
- InProcess: Python – A version of Producer Consumer Pattern
- Tkinter GUI and (non-tk) Matplotlib shrinking the tk GUI
- Python – Sequence Editor example
- Python – Analog Meter with New Chart-Class this time
- Python tkinter and time delay
- Python – MCC USB-1208FS-Plus
- Python – Learn Queue GUI
- Python – Analog Meter GUI example
- Python- Updated Wafer Display GUI with Test types
Categories
Meta
Tag Archives: Matplotlib
Python – FTT – with Scipy
Python FFT or Sinewave with two components using Scipy-FFT Show result in plots using Matplotlib(r) library Starting point was from a Chat AI which did not put the import Matplotlib Modification added to get plots and limit frequency span. Also … Continue reading
Posted in Python, SciPy, Test Sector
Tagged FFT, Matplotlib, np.where, Numpy, Python, SciPy
Leave a comment
Sinewave Fit via Python with SciPy
Testing a sinewave fit code provide by Chat AI with different conditions. Original Posted Date: Nov 22, 2023
Posted in Python, SciPy, Test Sector
Tagged LeastSq, Matplotlib, Python, SciPy, Sinewave, Sinewave fit
Leave a comment
Python-A way to show digital patterns(bits) in Matplotlib
Presentation on a way to show digital patterns (bits) visually in Matplotlib drawstyle was helpful but did not show the pattern correctly 100%(for me) below is my presentation followed by the code. Presentation Python Code Text Python Code Zip Notes
Posted in Matplotlib, Python, Test Sector
Tagged Digital Pattern (bits), drawstyle, Matplotlib, Python
Leave a comment
Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo
Presentation on a version of producer consumer pattern using queues and threading. Used Python,tkinter, and Matplotlib Presentation is followed with a short video and zip code May17,2023 added the Ipython console output image on post so you can see the … Continue reading
Posted in Arduino(r), Python, Test Sector, tkinter
Tagged Matplotlib, Producer Consumer Pattern, Python, Python 3.9, Queues, Temperature Chamber simulation, Threading, tkinter
Leave a comment
InProcess: Python – A version of Producer Consumer Pattern
Python Tkinter and Matplotlib. Still working on it , but this is a preview Using more Classes and Threads the video below is at normal speed (running a quick temp chamber profile. Most temperature profile don’t run this fast in … Continue reading
Posted in Test Sector
Tagged A version of Producer Consumer, GUI, Matplotlib, Python 3.9, Temperature Chamber simulation, tkinter
Leave a comment
Tkinter GUI and (non-tk) Matplotlib shrinking the tk GUI
Presentation on “my” journey to find a solution for the unexpected shrinking of the Tkinter GUI when making a plot. Notes Thanks to all the python communities and my viewers