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

coordinates does not appear in Plots.jl with PyPlot backend #607

Closed
AlexanderKoshkarov opened this issue Dec 8, 2016 · 1 comment
Closed

Comments

@AlexanderKoshkarov
Copy link

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 ?

@mkborregaard
Copy link
Member

Does adding the preamble here #997 address your problem?

@t-bltg t-bltg closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants