Last active
November 28, 2021 17:09
-
-
Save qgallouedec/7a920030e84bf3796d5f9368a5d3967c to your computer and use it in GitHub Desktop.
MyBeautifulGraph0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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