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 4b6113f commit c8c47e8Copy full SHA for c8c47e8
src/ggplotnim/ggplot_theme.nim
@@ -1,6 +1,7 @@
1
import options, sequtils
2
import ginger
3
import ggplot_types, ggplot_scales
4
+from dataframe/arraymancer_backend import `$` # for `$` of FormulaNode
5
6
proc getPlotBackground*(theme: Theme): Style =
7
## returns a suitable style (or applies default) for the background of
0 commit comments