We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4849be commit 75d6904Copy full SHA for 75d6904
plot-lib/plot/private/no-gui/plot3d.rkt
@@ -191,7 +191,8 @@
191
(define real-kind
192
(cond [(eq? kind 'auto)
193
(cond [(port? output) (error 'plot3d-file "can't detect file type from output stream")]
194
- [else (detect-image-file-type output)])]))
+ [else (detect-image-file-type output)])]
195
+ [else kind]))
196
(case real-kind
197
[(png jpeg xbm xpm bmp)
198
(define bm
0 commit comments