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

x-labels in groupedbars are taken as math expressions #509

Open
alfaromartino opened this issue Jul 18, 2022 · 0 comments
Open

x-labels in groupedbars are taken as math expressions #509

alfaromartino opened this issue Jul 18, 2022 · 0 comments

Comments

@alfaromartino
Copy link

The issue shows up under pgfplotsx

MWE

using StatsPlots; pgfplotsx()

xx = repeat(["This is a name","This is another name", "and a 3rd name"], 4)
variable = repeat(["category 1","category 2"], 6)
value = rand(12)

groupedbar(xx, value, group = variable)

Output is
plot_45

When you open the file in tex, it show that all the names are expressed within "$ $"

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

No branches or pull requests

1 participant