Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@nachocab nachocab released this 19 Jun 17:50
· 24 commits to master since this release
  • Fixed iframe/link bug on windows
  • Axes titles are now hidden when not specified. You can specify them with x_title and y_title.
  • Added x_format and y_format to format the tick numbers in the axes. The syntax is clickme(1:1000, x_format = "s", y_format = ".2f"). Check out the format specification.
  • Added x_jitter and y_jitter to distinguish between jitter in the x and y axes.

TODO: update documentation