Now, to make a drawing, you need a tool with which to draw. You obtain that tool by sending the pen message to the graph pane:
pen
CalorieViewManager method definition • instance callDrawMeter: thePane | thePen | thePen := thePane pen. ...