10-25-2022 03:29 AM
Hi All.
Browsed through examples and all VI's, but found nothing to plot a "pie chart".
Am I missing something?
Solved! Go to Solution.
10-25-2022 01:23 PM
I don't see a Pie Chart option in APT. But you can call Matplotlib (thru Python) in LabVIEW and make a pie chart. Here's an example of the script you need.
https://matplotlib.org/stable/gallery/pie_and_polar_charts/pie_features.html
Craig
10-25-2022 01:26 PM
Just to let you know.
We're using the Web Browser container WebView2 in our LV application.
https://github.com/ANSCenter/LcWebView2
This is a HTML5 compatible browser with excellent callback function.
Unfortunately we've only provided 64-bit support so you have to run LV-64bit.
We've added some fancy plots examples there, but since it's a HTML5 web-browser, you can use any java-script plotting library.
//Mike
02-05-2023 07:01 AM
🙏👍