JuliaTeX / PGFPlots.jl

This library uses the LaTeX package pgfplots to produce plots.
Other
188 stars 36 forks source link

Allow to disable spines #164

Closed cristobaltapia closed 3 years ago

cristobaltapia commented 3 years ago

Hi, I was looking through the documentation but could not find this. Would it be possible to implement a function to disable specific spines of the axis? That would be very useful.

Thanks!

mykelk commented 3 years ago

Are you looking for something like this? https://tex.stackexchange.com/questions/11107/dropped-spines-in-pgfplot You can do this by passing the appropriate pgfplots commands to the style argument.

cristobaltapia commented 3 years ago

Yes, exactly. Thank you! I am new to this package and was not aware of that.