This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-04-18 22:16:00 -05:00
commit b92102a9d1
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'