racket/collects/meta/drdr/graphs/constants.ss
Jay McCarthy 7a294ffd7e - Allowing non-UTF8 output to be displayed in some way.
** http://drdr.plt-scheme.org/18034/collects/tests/mzscheme/benchmarks/shootout/mandelbrot-generic.ss
- Adding Robby's new graphing system
- Catching file difference errors
- Handling new files differently

svn: r18324
2010-02-24 18:49:44 +00:00

8 lines
204 B
Scheme

#lang scheme/base
(provide (all-defined-out))
(define total-width 800)
(define before-and-after-image-width 18)
(define graph-height 200)
(define graphs-width (- 800 (* 2 before-and-after-image-width)))