JuliaPlots/Plots.jl

[FR] Change to ticks=:native after zooming or panning in the PyPlot backend

Open

#3,304 opened on Feb 16, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Julia (381 forks)batch import
PyPlotgood first issue

Repository metrics

Stars
 (1,943 stars)
PR merge metrics
 (Avg merge 3d 12h) (2 merged PRs in 30d)

Description

Matplotlib is able to handle canvas events https://matplotlib.org/stable/users/event_handling.html Perhaps, after mouse clicking or panning the ticks handling could be delegated back to matplotlib? So this could perhaps elimate the need in ticks=:native for pyplot backend

Contributor guide