You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When you open the file in tex, it show that all the names are expressed within "$ $"
The text was updated successfully, but these errors were encountered:
The issue shows up under pgfplotsx
MWE
Output is
When you open the file in tex, it show that all the names are expressed within "$ $"
The text was updated successfully, but these errors were encountered: