We have an alternative implementation of the functional graphics package for DrScheme that works around these problems. However, it incurs some disadvantages of its own:
default-image-size
, there
are two procedures, (get-default-image-size)
and
(set-default-image-size!
new-value)
.
If, having considered this tradeoff, you still consider it worth using
the tool version, read on for a description of how to install the
tool. Please note that once you have installed this tool, you should
not use the fungraph.ss
library, nor the
concabs.ss
library, since they duplicate the same
functionality. Instead, the only one of our libraries you should still
use is the oops.ss
library, for the object-oriented
programming system.
You will need to make a sub-directory (or folder) of
plt/collects/drscheme/tools
(or plt\collects\drscheme\tools
or
whatever) called fungraph
. Then you can download into
that plt/collects/drscheme/tools/fungraph
directory the unit.ss
file. (Note that it must be
named unit.ss
for the tool to work.)
Now if you start up DrScheme, it will automatically load in this tool as it starts up.