We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我们最终使用了 ILNumerics.Net:http://ilnumerics.net/
它能够绘制漂亮的 3D 绘图,但旋转/缩放功能有问题,可能会导致重绘有问题。
在大约 10-20 次重绘后,处置/重用控件也会导致 3D 组件的内部代码中出现 NullReferenceException 问题。 (我们最终通过使用 try / catch 等丑陋的尝试和错误方法“修复”了这个问题)
我在这里发布了一些已完成项目的图片:http://www.tomot.de/projekte/c-sharp-funktionsplotter
从顶部开始的第二个画廊是使用 ILNumerics.Net 编辑 2012 年 1 月制作的 3D 绘图
:开发人员决定商业化:http://ilnumerics.net/forum/index.php?p=/discussion/226/ilnumerics-goes-commercial-
We ended up using ILNumerics.Net: http://ilnumerics.net/
It has the ability to draw nice 3D-Plots, but the rotating / zoom function is buggy and might result in a buggy redraw.
There is also a problem with disposing / reusing the control that results in NullReferenceException in the internal code of the 3D-Component, after ~10-20 redraws. (We ended up "fixing" this, by an ugly trial and error approach with try / catch and so on)
I posted some pictures of the finished project here: http://www.tomot.de/projekte/c-sharp-funktionsplotter
The second gallery from the top are 3D-plots made using ILNumerics.Net
Edit Jan 2012: The developers decided to go commercial: http://ilnumerics.net/forum/index.php?p=/discussion/226/ilnumerics-goes-commercial-
如果您有用于显示位图(或 SVG)的组件,那么您可以使用 MathGL 绘图库(GPL、LGPL core)用于生成带有图形的此类位图(或 SVG 文件)。
If you have a component for displaying bitmap (or SVG) then you can use MathGL plotting library (GPL, LGPL for core) for producing such bitmap (or SVG file) with graphics.