File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
plot-lib/plot/private/no-gui Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 104104 #:aspect-ratio [aspect-ratio (plot-aspect-ratio)]
105105 #:legend-anchor [legend-anchor (plot-legend-anchor)])
106106 (define bm : (Instance (Class #:implements Bitmap% #:implements Plot-Metrics<%>))
107- (make-object (plot-metrics-mixin bitmap%)
108- (λ () pm) width height #t 1.0 ))
107+ (make-object (plot-metrics-mixin bitmap%) (λ () pm) width height))
109108 (define dc : (Instance DC<%>) (make-object bitmap-dc% bm))
110109 (define pm : (Instance Plot-Metrics<%>)
111110 (plot/dc renderer-tree dc 0 0 width height
Original file line number Diff line number Diff line change 135135 #:aspect-ratio [aspect-ratio (plot-aspect-ratio)]
136136 #:legend-anchor [legend-anchor (plot-legend-anchor)])
137137 (define bm : (Instance (Class #:implements Bitmap% #:implements Plot-Metrics<%>))
138- (make-object (plot-metrics-mixin (class bitmap% (super-new )))
139- (λ () pm) width height #t 1.0 ))
138+ (make-object (plot-metrics-mixin (class bitmap% (super-new ))) (λ () pm) width height))
140139 (define dc : (Instance DC<%>) (make-object bitmap-dc% bm))
141140 (define pm : (Instance Plot-Metrics<%>)
142141 (plot3d/dc renderer-tree dc 0 0 width height
You can’t perform that action at this time.
0 commit comments