Skip to content

Commit

Permalink
Repair complete-histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
soegaard committed Aug 20, 2024
1 parent b108127 commit 6495d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metapict/histogram.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
#:y-axis? [y-axis? #f] ; show second axis?
#:y-grid? [y-grid? #f] ; show horizontal grid lines?
#:few-labels? [few-labels? #f]
#:labels-at [labels-at #t])
#:labels-at [labels-at #f])
;; Range of observations
(define min-obs (apply min observations))
(define max-obs (apply max observations))
Expand Down

0 comments on commit 6495d3a

Please sign in to comment.