.NET 开源等高线绘图

发布于 2024-09-08 09:24:29 字数 182 浏览 17 评论 0原文

我正在寻找一个开源 .NET 库(或库的包装器),它将根据网格/网格的一组值创建等高线图。 ZedGraph 是我能找到的最接近的东西(http://zedgraph.org/)。

如果能导出到EPS那就太好了。

I am looking for an Open Source .NET Library (or wrapper to a library) that will create contour plots from a set of values along a grid/mesh. ZedGraph is the closest thing I could find (http://zedgraph.org/).

It would also be great if it could export to EPS.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

森罗 2024-09-15 09:24:29

使用 D3,您可以为 WPF 绘制等高线(等值线)。我不确定轮廓曲面。 WPF 具有强大的打印功能,因此我认为打印到 EPS 不会有问题。

编辑:最近发现 一个围绕 .dll 计算等值线的 WinForms 示例。

With D3 you can plot contour lines (isolines) for WPF. I am not sure about contour surfaces. WPF has great printing capabilities so I think that printing to EPS would not be a problem.

Edit: recently found this one WinForms example around a .dll which calculates isolines.

许你一世情深 2024-09-15 09:24:29

轮廓提取例程 ConRec 对我来说非常有效(快速且高效):

http://paulbourke.net/papers/ conrec/

它不输出轮廓,而是输出线段和相关 z 值的集合。如果需要,您可以使用此原始数据来构造轮廓多边形。

The contour extraction routine ConRec worked very well (fast and efficient) for me:

http://paulbourke.net/papers/conrec/

It doesn't output contours but a collection of line segments and associated z-values. You can use this raw data to construct contour polygon if required.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文