Plot2kill 0.2

Kagamin spam at here.lot
Thu Mar 10 08:18:05 PST 2011


forgot about dataset

> Histogram(someDataSet, 10)
>      .barColor(getColor(255, 0, 0))
>      .histType(HistType.Probability)
>      .toFigure
>      .title("A Histogram")
>      .showAsMain();

new Figure
{
   title="A Histogram",
   new Histogram(someDataSet, 10)
   {
      barColor=getColor(255, 0, 0),
      histType=HistType.Probability
   }
}


More information about the Digitalmars-d-announce mailing list