pharo-ai / data-inspector

Evaluate and visualize DataFrame directly in the same Inspector window.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AISpDataFrameVisualizerPresenter bugs

jecisc opened this issue · comments

RSHistogramPlot needs a collection at some point but gets only one value.

RSHistogramPlot(Object)>>assert:description:
RSHistogramPlot>>bins:
[ RSHistogramPlot new
		x: columnValues;
		bins: self numberOfBins ] in AISpDataFrameVisualizerPresenter>>plotHistogram: in Block: [ RSHistogramPlot new...
FullBlockClosure(BlockClosure)>>on:do:
AISpDataFrameVisualizerPresenter>>plotHistogram:
[ :columnAssoc | 
		self plotHistogram: columnAssoc ] in AISpDataFrameVisualizerPresenter>>plotAllHistograms: in Block: [ :columnAssoc | ...
OrderedCollection>>collect:
AISpDataFrameVisualizerPresenter>>plotAllHistograms:
AISpDataFrameVisualizerPresenter>>initializePresenters
AISpDataFrameVisualizerPresenter(SpPresenter)>>initializePrivateHooks
AISpDataFrameVisualizerPresenter(SpPresenter)>>initialize
AISpDataFrameVisualizerPresenter(SpAbstractWidgetPresenter)>>initialize
AISpDataFrameVisualizerPresenter(SpRoassalPresenter)>>initialize
AISpDataFrameVisualizerPresenter class(SpPresenter class)>>newApplication:model:
AISpDataFrameVisualizerPresenter class(SpPresenter class)>>on:
DataFrame>>visualizer
StInspectionContext>>basicNewInspectionPresenter
DataFrame>>DoIt