You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> using PyPlot; plot([1,2,3]) PyPlot julia> using Plots; plot([1,2,3]) Plots
I have Arch linux, Julia 0.5, and python is installed via Conda. I also have #593 if this matters.
matplotlib uses qt5agg backend (at least it is indicated in matplotlibrc)
$ julia -e 'using Plots; pyplot(); println(PyPlot.matplotlib[:matplotlib_fname]())'
/home/kosh/.config/matplotlib/matplotlibrc
$ julia -e 'using PyPlot; println(PyPlot.matplotlib[:matplotlib_fname]())'
/home/kosh/.config/matplotlib/matplotlibrc
but fonts in matplotlibrc is ignored.
I do not know how to diagnose this issue. Probably it is related to #593 ?
The text was updated successfully, but these errors were encountered:
julia> using PyPlot; plot([1,2,3])
PyPlot
julia> using Plots; plot([1,2,3])
Plots
I have Arch linux, Julia 0.5, and python is installed via Conda. I also have #593 if this matters.
matplotlib uses qt5agg backend (at least it is indicated in matplotlibrc)
but fonts in matplotlibrc is ignored.
I do not know how to diagnose this issue. Probably it is related to #593 ?
The text was updated successfully, but these errors were encountered: