We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b108127 commit 6495d3aCopy full SHA for 6495d3a
metapict/histogram.rkt
@@ -197,7 +197,7 @@
197
#:y-axis? [y-axis? #f] ; show second axis?
198
#:y-grid? [y-grid? #f] ; show horizontal grid lines?
199
#:few-labels? [few-labels? #f]
200
- #:labels-at [labels-at #t])
+ #:labels-at [labels-at #f])
201
;; Range of observations
202
(define min-obs (apply min observations))
203
(define max-obs (apply max observations))
0 commit comments