JuliaPy / PythonPlot.jl

Plotting for Julia based on matplotlib.pyplot
MIT License
74 stars 8 forks source link

only use tkagg or agg backends? #7

Open stevengj opened 2 years ago

stevengj commented 2 years ago

Nowadays the Tk backend works pretty well and is available everywhere. Maybe we should just use it (or the Agg backend for non-interactive code) and drop support for all of the other backends (which complicate the code a lot for not much benefit).

@PaulSoderlind, you mentioned wanting the Qt5 backend; could you elaborate?

PaulSoderlind commented 2 years ago

wanting the Qt5 backend

I don't have a strong preference and I might well use Tk from now on.

I previously used Qt5 since it had two advantages compared to Tk: crashed less often and did not require me to click the figure window in order to get back to the REPL/editor (Windows 10). On the other hand, Tk seems to scale better with the screen dpi.