KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

Multiple labels on bar plot #260

Closed pstaabp closed 3 years ago

pstaabp commented 3 years ago

The following code

using Plots, PGFPlotsX
pgfplotsx()
bar(1:10,rand(1:10,10))

generates the following:

image

switching to other backends like gr doesn't have the repeated labels. This seems to be a regression in that it has just recently starting occurring.

I'm running Julia 1.6.0 with Plots v1.11.1 and PGFPlotsX v1.2.10

KristofferC commented 3 years ago

This seems to be a regression in that it has just recently starting occurring.

This seems to be an issue with Plots.jl. This package hasn't changed for a long time. If you still believe this is an issue with PGFPlotsX.jl, it needs to have an example showing it without using Plots.jl

pstaabp commented 3 years ago

Should I post an issue with Plots.jl?

KristofferC commented 3 years ago

I think that is a good idea.