Jump to content
Sign in to follow this  
Linuxuser1234

How can i display skew t and hodograph plots

Recommended Posts

I made a  popup window and inside that window i would like to display skew-t and hodographs plots  and there is a library called metpy but its for python and python doesn't work on delphi fmx 

Share this post


Link to post
14 hours ago, Linuxuser1234 said:

python doesn't work on delphi fmx 

You can use Python4Delphi
 

Share this post


Link to post

You can feed data to Python, do the calculations in Python, get the data points back to Delphi and then feed them to TChart.
It is rare that you find ready-made code that does what you want.  Most of the time you must do the work yourself.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×