From 3d8b79baac74eaf6fd7765a08688b23100aac1a8 Mon Sep 17 00:00:00 2001 From: Reed Es Date: Mon, 13 Dec 2021 10:01:08 -0700 Subject: [PATCH] better ref for Tufte --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dda42eb..19c2b87 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Generate 'nice' numbers for label ticks over a range, such as for y-axis on a chart. -Adapted from pseudo-code in *Graphics Gems, Volume 1* by Andrew S. Glassner (1995). See also Tufte (1983) for a discussion of topic. +Adapted from pseudo-code in *Graphics Gems, Volume 1* by Andrew S. Glassner (1995). See also Tufte’s _The Visual Display of Quantitative Information_ (p149 in 2001 edition) for a discussion of topic. Available as an open source Swift library to be incorporated in other apps.