简体   繁体   English

Linux 中的 TeeChart 库替代品是什么?

[英]What is TeeChart Library alternative in Linux?

I have found TeeChart library was wonderful to create 2D chart based on mathematic/physic simulation formula in C/C++/Java/Delphi.我发现 TeeChart 库非常适合基于 C/C++/Java/Delphi 中的数学/物理模拟公式创建 2D 图表。 My friends used TeeChart in Microsoft Visual Studio and Delphi IDE and they are successful creating Haar Wavelet simulation and plot its simulation in animated 2D chart.我的朋友在 Microsoft Visual Studio 和 Delphi IDE 中使用了 TeeChart,他们成功地创建了 Haar Wavelet 模拟和 plot 它在动画二维图表中的模拟。 They all use Windows. I use Linux.他们都用Windows,我用Linux。

What is TeeChart alternative in Linux? Linux 中的 TeeChart 替代品是什么? For plotting program into animated chart and precisely.用于将程序精确地绘制成动画图表。

There are 5 TeeChart versions you can use to work with linux: PHP, Java, JavaScript, .Net and VCL/FMX:您可以使用 5 个 TeeChart 版本来处理 linux:PHP、Java、JavaScript、.Net 和 VCL/FMX:

  1. We've managed to run TeeChart for PHP , you can find an example here我们已经为PHP运行了 TeeChart,你可以 在这里找到一个例子

  2. The Java version is another cross-platform version that should work under Linux, I recommend taking a look at this link Java版本是另一个应该在 Linux 下工作的跨平台版本,我建议看看这个链接

  3. You can use JavaScript that should work under Linux without problems.您可以使用JavaScript ,它应该可以在 Linux 下正常工作。

  4. TeeChart .NET can also run on linux under Mono. You need the SourceCode version for it and build the sources with the MONO preprocessor symbol . TeeChart .NET也可以在 Mono 下的 linux 上运行。您需要它的源代码版本并使用MONO 预处理器符号构建源代码。

  5. TeeChart VCL/FMX also works on linux with CrossVCL/FMXLinux. TeeChart VCL/FMX也适用于带有 CrossVCL/FMXLinux 的 linux。 You need the SourceCode version for that.为此,您需要 SourceCode 版本。

I hope it helps.我希望它有所帮助。

Thanks,谢谢,

I don't know if it's equivalent to TeeChart in the sense that it has every feature TeeChart has but many Linux users like GNUplot which runs on Windows as well as Linux. It has it's own scripting language but I believe there is now an API for it?我不知道它是否等同于 TeeChart,因为它具有 TeeChart 的所有功能,但许多 Linux 用户喜欢 GNUplot,它在 Windows 和 Linux 上运行。它有自己的脚本语言,但我相信现在有一个 API 用于它? Google for something like "C++ and gnuplot".谷歌搜索“C++ 和 gnuplot”之类的东西。 It's free.免费。 I have used it only for very simple line graphs so I can't speak to it's capabilities but take a look at some of the example graphs at the GNUplot site.我只将它用于非常简单的线图,所以我不能说它的功能,但请看一下 GNUplot 站点上的一些示例图。

Python has a library for accessing GNUplot. Python 有一个用于访问 GNUPlot 的库。 Since Python runs on Linux as well as Win the pair make a cross-platform solution.由于 Python 在 Linux 上运行,因此 Win 对构成了跨平台解决方案。

There is also MatPlotLib (sp?) for Linux.对于 Linux,还有 MatPlotLib (sp?)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM