Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

axvline and axhline #128

Open
abast opened this issue May 29, 2024 · 1 comment
Open

axvline and axhline #128

abast opened this issue May 29, 2024 · 1 comment

Comments

@abast
Copy link

abast commented May 29, 2024

Is there a possibility to show horizontal or vertical (non-selectable) lines in the plot, similar to matplotlibs axvline and axhline?

@flekschas
Copy link
Owner

Unfortunately such a feature is not available yet.

The closest thing you can get is drawing grid lines where the axis ticks are. While not the same as a dedicated x/y line the grid lines redraw as you zoom in and should help locating points. You can activate them via scatter.axes(grid=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants