JuliaPlots/Plots.jl

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

Open

#3.304 geöffnet am 16. Feb. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Julia (381 Forks)batch import
PyPlotgood first issue

Repository-Metriken

Stars
 (1.943 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 12h) (2 gemergte PRs in 30 T)

Beschreibung

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