Hello, I am trying to plot a contour plot in a C# forms window, but running in to some trouble. I am using the basic constructor
ShoChart SC = new ShoContourChart(Array,DR,new System.Drawing.RectangleF(0,0,2,2),true);
But:
1- The colorbar appears when the last argument is true, but no text shows up next to the ticks on the bar, so there is no sense of scale. Is it possible to add this? I tried to call it from the SHO console but the use_colorbar argument appears
to do nothing there.
2- The scale on the x and y axis has way to much precision, instead of:
0.042
I get:
0.04200000000949949
Is there any way this can be fixed?
All help is much appreciated.