Plots.jl
Plots.jl copied to clipboard
Annotations do not pick up the Juno theme font color
Details
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))
Backends
This bug occurs on ( insert x
below )
Backend | yes | no | untested |
---|---|---|---|
gr (default) | x | ||
pyplot | x | ||
plotly | x | ||
plotlyjs | x | ||
pgfplotsx | x | ||
inspectdr | x |
Versions
Plots.jl version: Plots v1.2.0
Backend version: GR v0.48.0, PyPlot v2.9.0
Output of 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
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 !