Navigation
Synopsis A dynamically computed figure.
Function
  1. Figure computeFigure(Figure () computeFig, FProperty props...)
  2. Figure computeFigure(bool() recomp, Figure () computeFig, FProperty props...)
Description Return the figure that is returned by the callback computeFig.

Subsequent calls to computeFig may return different figures and may thus change the resulting visualization. The figure is recomputed after each user interaction.

Optionally, a function recomp may be given that checks whether the figure should be recomputed.
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.