heliosdrm / GRUtils.jl

Tools for using the GR framework in Julia
Other
31 stars 6 forks source link

Possible to rotate x|y ticklabels #41

Open asbisen opened 4 years ago

asbisen commented 4 years ago

Just discovered this package, great start and much needed. GR is great and with a good high level library for charting it could become Matplotlib of Julia verse. I digress...

Is it possible to add capability to rotate the x & y ticklabels?

heliosdrm commented 4 years ago

Thanks for submitting this issue.

Unfortunately, rotating the tick labels is not possible right now. I'll have a look into this, but maybe it will require digging into low-level graphical operations, and in this moment I don't know how much effort it may take.