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

Annotations do not pick up the Juno theme font color #2707

Open
mroavi opened this issue May 15, 2020 · 1 comment
Open

Annotations do not pick up the Juno theme font color #2707

mroavi opened this issue May 15, 2020 · 1 comment

Comments

@mroavi
Copy link

mroavi commented May 15, 2020

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))

image

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
@Jay-sanjay
Copy link
Contributor

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 !

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

3 participants