Axis Draw Location @ Intercept != 0 #2798
besselfunct
started this conversation in
Suggestions and Proposals
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of proposed feature
Option in Axes() to specify new origin:
How can the new feature be used?
Currently, if plotting raw data with features around the origin, the axes are in the way. Ideally, this should allow for manim animations of raw data to be more tractable.
Additional comments
This issue came up while trying to simultaneously plot traces from .csv files using Axes() defined within a Scene. My clunky workaround will be to shift all of the .csv data manually by some constant amount.
Looking at the source, I believe there might be a way to fix things by modifying
manim/mobject/coordinate_systems.py
lines 1122-1150, but I'm not familiar enough with the codebase to know if that's correct.Beta Was this translation helpful? Give feedback.
All reactions