Skip to content

Commit

Permalink
Add bullet list for enableExperimental caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
j9ac9k committed Nov 20, 2021
1 parent ce67148 commit 4f3e803
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/source/config_options.rst
Expand Up @@ -33,10 +33,12 @@ useNumba bool False Use numba acceleration
enableExperimental bool False Enable experimental features (the curious can search for this key in the code).
In combination with useOpenGL, this makes PlotCurveItem use PyOpenGL
for curve drawing.
Caveats:
1. Only a very limited subset of the full options of PlotCurveItem is implemented.
2. Single precision is used. This may cause drawing artifacts.


**Caveats**

* Only a very limited subset of the full options of PlotCurveItem is implemented.
* Single precision is used. This may cause drawing artifacts.
crashWarning bool False If True, print warnings about situations that may result in a crash.
================== =================== ================== ================================================================================

Expand Down

0 comments on commit 4f3e803

Please sign in to comment.