Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jan 19, 2024
1 parent eac1c85 commit 260e47d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Compatibility
* ``*Plot`` does not show messages during the evaluation.
* ``Range[]`` now handles a negative ``di`` PR #951
* Improved support for ``DirectedInfinity`` and ``Indeterminate``.

* ``Graphics`` and ``Graphics3D`` including wrong primitives and directives
are shown with a pink background. In the Mathics-Django interface, a tooltip
error message is also shown.

Internals
---
Expand All @@ -41,6 +43,7 @@ Bugs

* ``Definitions`` is compatible with ``pickle``.
* Improved support for ``Quantity`` expressions, including conversions, formatting and arithmetic operations.
* ``Background`` option for ``Graphics`` and ``Graphics3D`` is operative again.
* ``Switch[]`` involving ``Infinity`` Issue #956
* ``Outer[]`` on ``SparseArray`` Issue #939
* ``ArrayQ[]`` detects ``SparseArray`` PR #947
Expand Down
4 changes: 2 additions & 2 deletions mathics/builtin/drawing/graphics3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class Graphics3D(Graphics):
= -Graphics3D-
The 'Background' option allows to set the color of the background:
>> Graphics3D[Sphere[], Background->RGBColor[.6, .7, 1.]]:
= -Graphics-
>> Graphics3D[Sphere[], Background->RGBColor[.6, .7, 1.]]
= -Graphics3D-
In 'TeXForm', 'Graphics3D' creates Asymptote figures:
>> Graphics3D[Sphere[]] // TeXForm
Expand Down

0 comments on commit 260e47d

Please sign in to comment.