From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i use Python Matplotlib with labview?

Solved!
Go to solution

I have a python code that i want to develop a User Interface for, i found Labview, but can i still use all the add-ons and modules when i run the script in labview? basically, i just want to develop a GUI for my code and I want to use all the modules and add-ons that I had in my code. Addons and modules such as pylab, matplotlib, numpy, scipy, and so on. Thanks!

0 Kudos
Message 1 of 2
(4,763 Views)
Solution
Accepted by topic author Using Python Matplotlib with Labview

The only integration LabVIEW has with Python is that it can call scripts and use the output from those scripts.  Here is an example of how to do that.

 

https://decibel.ni.com/content/docs/DOC-8995

 

I would use a Python GUI Framework to control your Python application.  Here is a link to the Python Wiki on GUI Frameworks.

 

http://wiki.python.org/moin/GuiProgramming

 

Regards,

Matt M.

Applications Engineer
National Instruments
Message 2 of 2
(4,736 Views)