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 9898 #:y-label [y-label (plot-y-label)]
9999 #:legend-anchor [legend-anchor (plot-legend-anchor)])
100100 (define bm : (Instance (Class #:implements Bitmap% #:implements Plot-Metrics<%>))
101- (make-object (plot-metrics-mixin bitmap%)
102- (λ () pm) width height #t 1.0 ))
101+ (make-object (plot-metrics-mixin bitmap%) (λ () pm) width height))
103102 (define dc : (Instance DC<%>) (make-object bitmap-dc% bm))
104103 (define pm : (Instance Plot-Metrics<%>)
105104 (plot/dc renderer-tree dc 0 0 width height
Original file line number Diff line number Diff line change 129129 #:z-label [z-label (plot-z-label)]
130130 #:legend-anchor [legend-anchor (plot-legend-anchor)])
131131 (define bm : (Instance (Class #:implements Bitmap% #:implements Plot-Metrics<%>))
132- (make-object (plot-metrics-mixin (class bitmap% (super-new )))
133- (λ () pm) width height #t 1.0 ))
132+ (make-object (plot-metrics-mixin (class bitmap% (super-new ))) (λ () pm) width height))
134133 (define dc : (Instance DC<%>) (make-object bitmap-dc% bm))
135134 (define pm : (Instance Plot-Metrics<%>)
136135 (plot3d/dc renderer-tree dc 0 0 width height
You can’t perform that action at this time.
0 commit comments