Hi
I'm new to this.
I'm not sure if anyone can help me.
I'm trying to display a 2d array (matrix) using a 2-d plot in IAV.
I'm using C# to do this.
I've been using the syntax
"
Avis.Objmod.Graph2D image_graph = m_root2.Graphs.CreateGraph2D("image|plotcolor:IMAGE, ColorSource:/data2");"
but i've found that when I use the "root.Graphs.CreateGraph2D" my color options are cut back. So i don't have any access to the "ColorSourceFormat" etc.
Does anyone know why?
I want to be able to change the colormap (Pallette) of the image.
Any ideas? Comments?