-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
I recently tried using plot-frame for the first time, and (at least on Mac OS) the resulting frame cuts off the plot half-way through the x-axis labels. Resizing the window causes the plot to be resized to fit correctly within the frame.
Here are a minimal example and a screenshot:
#lang racket
(require plot)
(send (plot-frame (points '((2010 39.4)
(2010 93.8)
(2011 40.3)
(2011 79.9)
(2012 44.0)
(2012 85.5)))
#:x-label "Year"
#:y-label "Temperature [F]")
show
#t)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
