简体   繁体   English

.NET开源轮廓绘图

[英].NET Open Source Contour Plotting

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. 我正在寻找一个开源.NET库(或库的包装器),它将从网格/网格的一组值创建等高线图。 ZedGraph is the closest thing I could find ( http://zedgraph.org/ ). ZedGraph是我能找到的最接近的东西( http://zedgraph.org/ )。

It would also be great if it could export to EPS. 如果它可以出口到EPS也会很棒。

With D3 you can plot contour lines (isolines) for WPF . 使用D3,您可以为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. WPF具有出色的打印功能,因此我认为打印到EPS不会有问题。

Edit: recently found this one WinForms example around a .dll which calculates isolines. 编辑:最近在计算等值线的.dll周围找到了这个 WinForms示例。

The contour extraction routine ConRec worked very well (fast and efficient) for me: 轮廓提取程序ConRec对我来说非常有效(快速和有效):

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

It doesn't output contours but a collection of line segments and associated z-values. 它不输出轮廓,而是输出线段和相关z值的集合。 You can use this raw data to construct contour polygon if required. 如果需要,您可以使用此原始数据构造轮廓多边形。

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

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