Return a new set containing the lexicographic maximum of the elements in the set.
Return a new set containing the lexicographic maximum of the elements in the set.
-A 2D or 3D domain can be plotted using the :meth:`plot` function. The points, verticies, and faces of a domain can be inspected using the following functions.
+A 2D or 3D domain can be plotted using the :meth:`plot` method. The points, vertices, and faces of a domain can be inspected using the following functions.
.. py:method:: points(self)
.. py:method:: points(self)
@@ -134,4+129,4 @@ A 2D or 3D domain can be plotted using the :meth:`plot` function. The points, ve
.. py:method:: plot(self, plot=None, **kwargs)
.. py:method:: plot(self, plot=None, **kwargs)
- Return a plot of the given domain.
+ Return a plot of the given domain or add a plot to a plot instance.