|
|
|
@ -33,7 +33,7 @@ FluidPlotter : FluidViewer {
|
|
|
|
ymin = ymin_;
|
|
|
|
ymin = ymin_;
|
|
|
|
ymax = ymax_;
|
|
|
|
ymax = ymax_;
|
|
|
|
|
|
|
|
|
|
|
|
this.createcategoryColors;
|
|
|
|
this.createCatColors;
|
|
|
|
dict_internal = Dictionary.new;
|
|
|
|
dict_internal = Dictionary.new;
|
|
|
|
if(dict_.notNil,{this.dict_(dict_)});
|
|
|
|
if(dict_.notNil,{this.dict_(dict_)});
|
|
|
|
this.createPlotWindow(bounds,parent_,mouseMoveAction,dict_);
|
|
|
|
this.createPlotWindow(bounds,parent_,mouseMoveAction,dict_);
|
|
|
|
|