KristofferC / PGFPlotsX.jl

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

ticks for log scale not displaying properly #286

Closed putianyi889 closed 2 years ago

putianyi889 commented 2 years ago

version 1.4.1

plot(10. .^(0:-2:-16),yaxis=:log, yticks=10. .^(0:-2:-16))

download

The same code works with GR backend.