Linuxuser1234 1 Posted October 5, 2022 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
Serge_G 87 Posted October 6, 2022 14 hours ago, Linuxuser1234 said: python doesn't work on delphi fmx You can use Python4Delphi Share this post Link to post
Linuxuser1234 1 Posted October 6, 2022 @Serge_G im going to use just delphi would i use Tchart or how can i make my own plotting chart from scratch without using Tchart Share this post Link to post
Lars Fosdal 1792 Posted October 7, 2022 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