Skip to content

Commit

Permalink
Added relativeVerticalTicks to the frequency histogram for the finali…
Browse files Browse the repository at this point in the history
…zation profiler
  • Loading branch information
jordanmontt committed Apr 9, 2024
1 parent a76391a commit d8c7651
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/IllimaniUI/FrequencyHistogramRoassalPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ FrequencyHistogramRoassalPresenter >> buildFrequencyHistogramCanvas [

| chart plot |
chart := chart := RSCompositeChart new.
plot := RSHistogramPlot new x: data.
plot := RSHistogramPlot new
x: data;
relativeVerticalTicks;
yourself.
chart add: plot.

self addChartTitles: chart.
Expand Down

0 comments on commit d8c7651

Please sign in to comment.