Skip to content

Commit 6495d3a

Browse files
committed
Repair complete-histogram
1 parent b108127 commit 6495d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metapict/histogram.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
#:y-axis? [y-axis? #f] ; show second axis?
198198
#:y-grid? [y-grid? #f] ; show horizontal grid lines?
199199
#:few-labels? [few-labels? #f]
200-
#:labels-at [labels-at #t])
200+
#:labels-at [labels-at #f])
201201
;; Range of observations
202202
(define min-obs (apply min observations))
203203
(define max-obs (apply max observations))

0 commit comments

Comments
 (0)