This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
v0.5.0
- Fixed iframe/link bug on windows
- Axes titles are now hidden when not specified. You can specify them with
x_title
andy_title
. - Added
x_format
andy_format
to format the tick numbers in the axes. The syntax isclickme(1:1000, x_format = "s", y_format = ".2f")
. Check out the format specification. - Added
x_jitter
andy_jitter
to distinguish between jitter in the x and y axes.
TODO: update documentation