racket/collects/plot/contracted/format.rkt
Neil Toronto bddcd76f7f Ensure snips handle rendering errors
Fraction tick formatting more reasonable for non-ticks (e.g. selection bounds, eventually plot labels)
2011-11-24 21:59:16 -09:00

12 lines
333 B
Racket

#lang racket/base
(require unstable/latent-contract)
(require "../common/format.rkt")
(provide (activate-contract-out
integer->superscript
digits-for-range
real->decimal-string* real->string/trunc
real->plot-label ivl->plot-label ->plot-label
parse-format-string apply-formatter))