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] GR latex incorrect label offset #2720

Closed
mmikhasenko opened this issue May 20, 2020 · 4 comments
Closed

[BUG] GR latex incorrect label offset #2720

mmikhasenko opened this issue May 20, 2020 · 4 comments
Labels

Comments

@mmikhasenko
Copy link
Contributor

mmikhasenko commented May 20, 2020

using Plots
using LaTeXStrings
plot(
    plot(rand(100),rand(100), xlab="x lab", ylab="x lab"),
    plot(rand(100),rand(100), xlab=L"x lab", ylab=L"x lab")
    )

image

Details

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x

Versions

Plots.jl version: 1.3.0
Backend version: 0.49.1
Output of versioninfo():

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Environment:
  JULIA_EDITOR = "C:\Users\mikha\AppData\Local\atom\app-1.46.0\atom.exe"  -a
  JULIA_NUM_THREADS = 2
@songhanzhang
Copy link

I have the same issue. Also, the Times font looks incompatible with the tick numbers.

@t-bltg
Copy link
Member

t-bltg commented Nov 25, 2022

Cannot reproduce.

@t-bltg t-bltg closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2022
@mmikhasenko
Copy link
Contributor Author

Confirm. Fixed meanwhile

@t-bltg
Copy link
Member

t-bltg commented Nov 25, 2022

No effort bug fixes are kindof 😎 .

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

No branches or pull requests

4 participants