ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
20.06k stars 1.48k forks source link

Rectangular Hyperbola is getting plotted along with it's asymptotes #3550

Open Adidev-KGP opened 6 months ago

Adidev-KGP commented 6 months ago

Description of bug / unexpected behavior

When trying to plot a rectangular hyperbola, along with the hyperbola its asymptotes are also getting plotted and this happens in both cartesian parameters as well as polar parameters

Expected behavior

Expected behaviour is just to see the rectangular hyperbola

How to reproduce the issue

Code for reproducing the problem ```py from manim import * ```

Additional media files

Images/GIFs

Logs

Terminal output ``` PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR ```

System specifications

System Details - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: - Python version (`python/py/python3 --version`): - Installed modules (provide output from `pip list`): ``` PASTE HERE ```
LaTeX details + LaTeX distribution (e.g. TeX Live 2020): + Installed LaTeX packages:
FFMPEG Output of `ffmpeg -version`: ``` PASTE HERE ```

Additional comments

JasonGrace2282 commented 6 months ago

Duplicate of #3551?