You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- limited ESC keyboard input; for example *esc* ``p`` *esc* is π
19
19
* Syntax highlighting using `mathics-pygments <https://pypi.org/project/mathics-pygments/>`_ which includes dynamically created variables and functions.
20
20
* Automatic detection of light or dark `terminal background color <https://pypi.org/project/term-background/>`_.
21
-
* Optional Graphics rendering via `matplotlib <https://matplotlib.org/>`_ for 2D graphics, and `Asymptote <https://asymptote.sourceforge.io>`_ for 3D graphcs.
21
+
* Optional Graphics rendering via `matplotlib <https://matplotlib.org/>`_ for 2D graphics, and `Asymptote <https://asymptote.sourceforge.io>`_ for 3D and 2D graphics.
22
22
* Entering and displaying Unicode symbols such as used for Pi or Rule arrows
23
23
* Provision for running in non-interactive batch mode which an be used inside POSIX shells
24
24
@@ -94,6 +94,35 @@ Feeding this into ``mathicsscript``:
94
94
For a full list of options, type ``mathicsscript --help``.
95
95
96
96
97
+
Asymptote key bindings
98
+
----------------------
99
+
100
+
In asymptote graphs keyboard bindings are (copied from the asymptote
0 commit comments