We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7301be commit 3289dcfCopy full SHA for 3289dcf
changelog.org
@@ -1,3 +1,7 @@
1
+* v0.7.3
2
+- relax restrictions for legend sizing. I.e. if a plot has a legend
3
+ and one sets the margin on the right to zero, previously it caused a
4
+ runtime error.
5
* v0.7.2
6
- fix ~scale_x/y_log2/10~ when using it on scales that 'appear' to be
7
discrete based on their data. It was missing the boolean to indicate
ggplotnim.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.7.2"
+version = "0.7.3"
author = "Sebastian Schmidt"
description = "A port of ggplot2 for Nim"
license = "MIT"
0 commit comments