danchitnis/webgl-plot

axis and text

danchitnis opened this issue · 4 comments

What about displaying axis text, e.g. on the axes ticks? Thanks!

Originally posted by @federicomassa in #55 (comment)

@federicomassa I have already implemented some aspect in EEsim. I have implemented the axis and text in canvas rather than webgl since it is easier to customize.

I will add an easy to understand example to the webgl-plot examples in the next week or two.

I have implemented a basic axis example. I will improve it over time.