Open yarden opened 9 years ago
Hi,
Sorry if this is obvious, I'm new to DrRacket (I remember when it was DrScheme...), but where does the hist primitive for histograms, used in the gamble manual, come from? I run gamble code with #lang gamble which doesn't load this automatically.
hist
#lang gamble
Thanks.
You need
(require gamble/viz)
to get hist. I�ll update the introduction to make that clear.
Ryan
Hi,
Sorry if this is obvious, I'm new to DrRacket (I remember when it was DrScheme...), but where does the
hist
primitive for histograms, used in the gamble manual, come from? I run gamble code with#lang gamble
which doesn't load this automatically.Thanks.