Preferences

Default Colors, Functions, Definitions, etc.

Use File > Save As Default to set the plot that will be created by File > New. Any settings, definitions and parameters are then reused from that file.

Dynamic Quality

Normally CPlot reduces the quality of graphs as much as needed to guarantee a minimum framerate of 40 FPS. Unless this setting is disabled. The downside of this being enabled is that the transient frames can be very ugly when the graph takes longer to compute.

Depth Sorting

Most transparency modes (Multiply is the exception) require back-to-front (as defined by the current viewpoint) sorted drawing to look right. This setting enables that sorting, which makes everything look much nicer, but it can drop the framerate quite a bit because the sorting must be done on every redraw.

Number of Threads

For surface graph computation. The default is to use one thread per core.

User Gallery

Any directory containing .cplot files can be added to the Gallery menu. If "Keep default gallery" is checked, the files will be inserted before the builtin gallery, if unchecked, the builtin gallery will be completely replaced. Aliases are followed and folders get turned into submenus.

Custom Icons

If enabled, saved .cplot files automatically get a custom Finder icon that is an image of the contained graphs.

Accumulation Buffer Antialiasing

When enabled, there will be two new items in the "Antialiasing" popup button in the settings box: "4 x Accum" and "8 x Accum". These work like the regular "4 x FSAA" and "8 x FSAA" (i.e. they do 4x/8x fullscreen antialiasing) but they use OpenGL's accumulation buffer, which is deprecated in current versions. So this may or may not work on your graphics card / driver (you may see garbage pixels after resizing the window - in that case it does not work). However, if it does work, it will probably be a little faster than the other modes, which use FBOs. If you don't use these modes, it is better to disable this setting, because it makes every window allocate an accumulation buffer, which uses quite a bit of memory.

Changing this setting only affects newly created windows.