Documentation
Publicon
Reference
Preferences
Graphics Options
RenderingOptions
"RenderIncrementally"
• "RenderIncrementally" is an option for cells that determines if a graphic generated by Publicon should be rendered incrementally, as the front end receives output from the kernel.
• With the default setting "RenderIncrementally"
True, the front renders each part of the graphic separately, building up the graphic in a series of steps.
• With the setting "RenderIncrementally"
True, the front end waits until the entire graphic is generated and then renders it in one step. This frees up memory in the front end so that you can continue working in a notebook while the graphic is being generated in the background.