Announcement

Collapse
No announcement yet.

Histogram change.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Histogram change.

    Hello,

    Can someone please show me how to change the line graph in the attached image to a histogram/bar chart.

    Thanks

    Carlton
    Attached Files

  • #2
    Is that your own EFS? If you can't figure it out -- email me your efs and I'll add the like.

    You set it like this:

    in your premain():

    setPlotType(PLOTTYPE_HISTOGRAM, 0);

    -c

    Comment


    • #3
      Is that your own EFS? If you can't figure it out -- email me your efs and I'll add the like.

      You set it like this:

      in your premain():

      setPlotType(PLOTTYPE_HISTOGRAM, 0);

      -c

      Comment


      • #4
        Thanks soylent.

        Carlton

        Comment

        Working...
        X