문제

1) Is it possible to use Bitmap as the data source of ILNumerics ILPanel? 2) How to make the axis of ILNumerics ILPanel invisible?

Thank you

도움이 되었습니까?

해결책

Yes. Convert the bitmap data to an 'ILArray' and use that for plotting the common way.

ILPanel does not have axes. You probably mean ILPlotCube? You can control the axes via the ILPlotCube.Axes property.

The line properties for the edges of the plot cube are controlled by the ILPlotCube.Lines property.

Link to the class API reference docu for the ILPlotCube class: http://ilnumerics.net/apidoc/?topic=html/AllMembers_T_ILNumerics_Drawing_Plotting_ILPlotCube.htm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top