gorilla-repl icon indicating copy to clipboard operation
gorilla-repl copied to clipboard

Plotting: Title and Axes Labels

Open jguhlin opened this issue 11 years ago • 4 comments

It would be very helpful to label both axes and give a title to the plot. Is that possible now and I haven't found it or is it possible to add? I can dig into the code but want to make sure it's not something I've missed.

jguhlin avatar Apr 02 '15 14:04 jguhlin

The plotting code is a very thin wrapper around Vega. I'm pretty sure Vega didn't support axis labels when I first wrote the plotting code, so there's no explicit support for them in gorilla-plot. Looking at the Vega repo, it looks as though there's been a bit of development lately (it had stalled for a long while) and I see that axis titles are mentioned on the wiki. But if I try them in there online demo thingy then they don't work. So I'm not sure what to think!

If Vega does support them it will be very easy to add them to gorilla-plot.

JonyEpsilon avatar Apr 02 '15 16:04 JonyEpsilon

Axis labels would indeed be very handy.

fwood avatar Apr 06 '15 15:04 fwood

+1 for axis labels

podviaznikov avatar Apr 11 '15 06:04 podviaznikov

+1 from me too!

JonyEpsilon avatar Apr 20 '15 14:04 JonyEpsilon