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

[BUG] plot_title with framestyle shows subplot of title #4083

Closed
jamblejoe opened this issue Jan 28, 2022 · 1 comment · Fixed by #4090
Closed

[BUG] plot_title with framestyle shows subplot of title #4083

jamblejoe opened this issue Jan 28, 2022 · 1 comment · Fixed by #4090
Labels

Comments

@jamblejoe
Copy link
Contributor

Setting theframestyle attribute to anything but :none makes the title subplot appear, see e.g.

plot(plot([1,2,3]), plot([1,2,3]); border=:grid, plot_title="abc")

grafik

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x
plotlyjs x
pgfplotsx x
unicodeplots x
inspectdr x
gaston x

Versions

Plots.jl version: 1.25.7
Backend version (]st -m <backend(s)>):
Output of versioninfo():

julia> versioninfo()
Julia Version 1.7.1
Commit ac5cc99908 (2021-12-22 19:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.0.1 (ORCJIT, skylake)

@jamblejoe jamblejoe added the bug label Jan 28, 2022
@t-bltg
Copy link
Member

t-bltg commented Feb 3, 2022

Odd, we explicitly disabled framestyle for the title subplot

subplot[:framestyle] = :none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants