1

I would like to know whether the following features are supported in .NET Visualization Engine of ILNumerics

  1. Draw a 3D Surface Plot
  2. Layout a wireframe over the Surface Plot
  3. Draw a scatter plot over the Surface Plot
  4. Color the surface using custom values and show the color bar as a legend.
  5. Custom meshgrid with support for floating point values.
  6. Able to Zoom, Pan and Rotate the plot
  7. Tooltip support together with the ability to select a point from the Surface plot (maybe using mouseclick/crosshair etc). I need a callback function from the point selected.
  8. Modify axis properties such ticks, labels, titles etc.
  9. Lighting and Shading options in the chart.

Please do reply

Varun Pai
  • 11
  • 2

1 Answers1

0

Yes, all is supported. Start with the visualization documentation: http://ilnumerics.net/Visualization-API.html

The examples section contains many runnable examples, including this one dealing with mouse picking on 3D surface plots.

Haymo Kutschbach
  • 3,322
  • 1
  • 17
  • 25