%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/lib/python3/dist-packages/sympy/plotting/pygletplot/
Upload File :
Create Path :
Current File : //usr/lib/python3/dist-packages/sympy/plotting/pygletplot/plot_object.py

class PlotObject:
    """
    Base class for objects which can be displayed in
    a Plot.
    """
    visible = True

    def _draw(self):
        if self.visible:
            self.draw()

    def draw(self):
        """
        OpenGL rendering code for the plot object.
        Override in base class.
        """
        pass

Zerion Mini Shell 1.0