Sho Contour From C#, Not rendering right

Answered Sho Contour From C#, Not rendering right

  • Tuesday, August 07, 2012 10:01 PM
     
      Has Code

    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.

     

All Replies

  • Wednesday, August 22, 2012 10:03 PM
     
     Answered
    I gather that it is not possible to put a scale bar in Sho, so implemented my own.
    • Marked As Answer by Timers1234 Wednesday, August 22, 2012 10:03 PM
    •