manim icon indicating copy to clipboard operation
manim copied to clipboard

Multi-graph scenes?

Open Li357 opened this issue 6 years ago • 4 comments

Is it currently possible to create scenes with multiple graphs at once (i.e. for demonstrating connections between f(x) and f'(x) vertically)? It seems like that would be helpful if not already possible. I can draw multiple FunctionGraphs but not have multiple axes and planes.

Li357 avatar Oct 23 '18 04:10 Li357

You can just change self.graph_origin and run self.setup_axes again

Russell-Newton avatar Mar 29 '19 15:03 Russell-Newton

Hey @Li357, I think I've found a solution to your problem. Check this StackOverFlow post.

aevedis avatar Nov 03 '19 12:11 aevedis

How do you do this without using a GraphScene?

alexdriedger avatar Aug 22 '21 01:08 alexdriedger

For future reference for anyone else who sees this, you can just shift and scale the graphs. Ex: my_axes.scale(0.4).shift(UP * 2)

alexdriedger avatar Aug 22 '21 03:08 alexdriedger