Modifying histograms exporters.

This commit is contained in:
ruidajo 2022-04-18 19:19:49 -05:00
parent 2383ea4459
commit dc945dd8f9
2 changed files with 11 additions and 1 deletions

View File

@ -26,4 +26,9 @@ exportRepliesHistogramWithBars: aNumberOfBars
noFixedShapes;
fileName: (self folder / 'replies-histogram.png')fullName;
export.
tweetsHistogram canvas pdfExporter
zoomToShapes;
noFixedShapes;
fileName: (self folder / 'replies-histogram.pdf')fullName;
export.
^ self folder / 'replies-histogram.png'

View File

@ -25,5 +25,10 @@ exportTweetsHistogramWithBars: aNumberOfBars
zoomToShapes;
noFixedShapes;
fileName: (self folder / 'tweets-histogram.png')fullName;
export.
export.
tweetsHistogram canvas pdfExporter
zoomToShapes;
noFixedShapes;
fileName: (self folder / 'tweets-histogram.pdf')fullName;
export.
^ self folder / 'tweets-histogram.png'