Skip to content

Commit 21406de

Browse files
committed
unbreak docs
1 parent 362dd27 commit 21406de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

plot-doc/plot/scribblings/ticks.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The default arguments correspond to the standard 1-2-5-in-base-10 rule used almo
287287

288288
To format ticks, @racket[linear-ticks-format] uses @racket[real->plot-label] passing the value of @racket[scientific?], and uses @racket[digits-for-range] to determine the maximum number of fractional digits in the decimal expansion.
289289

290-
@history[#:changed "7.4.0.10" @elem{Added the @racket[#:scientific?] argument to @racket[linear-ticks-format] and @racket[linear-ticks].}
290+
@history[#:changed "1.1" @elem{Added the @racket[#:scientific?] argument to @racket[linear-ticks-format] and @racket[linear-ticks].}]
291291

292292
}
293293

plot-gui-lib/info.rkt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
(define pkg-desc "Plot GUI interface")
1616

1717
(define pkg-authors '(ntoronto))
18+
19+
(define version "1.1")

0 commit comments

Comments
 (0)