Skip to content

Instantly share code, notes, and snippets.

@qgallouedec
Last active November 28, 2021 17:09
Show Gist options
  • Select an option

  • Save qgallouedec/7a920030e84bf3796d5f9368a5d3967c to your computer and use it in GitHub Desktop.

Select an option

Save qgallouedec/7a920030e84bf3796d5f9368a5d3967c to your computer and use it in GitHub Desktop.
MyBeautifulGraph0
from manim import * # I'll skip this line for the following
class MyBeautifulGraph(Scene):
def construct(self):
axes = Axes()
self.add(axes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment