Commit 343ba43 1 parent 119b2b3 commit 343ba43 Copy full SHA for 343ba43
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 144
144
(and (or label show?)
145
145
(label-bot (or label (~a x)) (point->pt px)))))
146
146
147
- (define (show-value-reading-y p
147
+ (define (show-value-reading-y p
148
148
#:show-value [show? #t ]
149
149
#:label [label #f ]
150
150
#:color [col "black " ]
157
157
(label-lft (or label (~a y)) (point->pt py)))))
158
158
159
159
160
- (define (system-grid s #:last-tick? [ts? #t ] #:first-tick? [ft? #f ])
160
+ (define (system-grid s [d 1 ] #:last-tick? [ts? #t ] #:first-tick? [ft? #f ])
161
161
(defm (system: origin a1 a2) s)
162
- (def xs (tick-ordinates a1 #:last-tick? ts? #:first-tick? ft?))
163
- (def ys (tick-ordinates a2 #:last-tick? ts? #:first-tick? ft?))
162
+ (def xs (tick-ordinates a1 d #:last-tick? ts? #:first-tick? ft?))
163
+ (def ys (tick-ordinates a2 d #:last-tick? ts? #:first-tick? ft?))
164
164
(def bl (point s (first xs) (first ys)))
165
165
(def ur (point s (last xs) (last ys)))
166
166
(def xmin (first xs))
You can’t perform that action at this time.
0 commit comments