Skip to content

Releases: TidierOrg/TidierPlots.jl

v0.4.1

28 Sep 23:21
cf1fa92
Compare
Choose a tag to compare
  • Replaces macro-based interface with function-based interface.
  • Updates readme accordingly
  • Fixes Pluto support, for real this time

v0.3.2

27 Sep 16:02
Compare
Choose a tag to compare

Actually fixes pluto.jl support this time?

v0.3.1

27 Sep 02:12
Compare
Choose a tag to compare
  • Adds initial unit testing
  • Fixes compatibility with Pluto.jl

v0.3.0

25 Sep 21:18
Compare
Choose a tag to compare
  • Adds scale_color_manual, scale_color_discrete, and scale_color_continuous, resolving #26
  • Adds geom_text and geom_label, resolving #27
  • Fixes typo in readme, resolving #28
  • Adds ggsave, resolving #20
  • Adds facet_grid and facet_wrap, resolving #21

v0.2.0

21 Sep 17:57
8020584
Compare
Choose a tag to compare

@geom_density() has been added, and #24 was resolved.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Aug 22:06
Compare
Choose a tag to compare

Initial release