We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Annotations do not pick up the Juno theme font color. Other texts, like the title, labels, etc, do pick it up.
Minimal example:
using Plots, LaTeXStrings theme(:juno) gr() plot(sin) title!(L"sin(x)") annotate!(-0.5, 0.5, text(latexstring("annotation"), :right, 14))
This bug occurs on ( insert x below )
x
Plots.jl version: Plots v1.2.0 Backend version: GR v0.48.0, PyPlot v2.9.0 Output of versioninfo():
versioninfo()
Julia Version 1.3.1 Commit 2d5741174c (2019-12-30 21:36 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.1 (ORCJIT, skylake) Environment: JULIA_NUM_THREADS = 4
The text was updated successfully, but these errors were encountered:
Hello sir , I would be happy to work for this issue , can you please provide with more information on how this bug can be fixed !
Sorry, something went wrong.
No branches or pull requests
Details
Annotations do not pick up the Juno theme font color. Other texts, like the title, labels, etc, do pick it up.
Minimal example:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: Plots v1.2.0
Backend version: GR v0.48.0, PyPlot v2.9.0
Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: