Navigation
Synopsis Render a figure on screen.
Function
  1. void render(Figure fig)
  2. void render(str name, Figure fig)
Description Renders figure fig on a canvas. Inside Eclipse a new tabbed pane is created.

When name is given, it is shown on the tab of the pane and in the window title. If a figure tab with name already exists, it will be reused.
Pitfalls Only works inside Eclipse.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.