We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b381516 commit 8366f73Copy full SHA for 8366f73
1 file changed
ggplot.egg
@@ -2,9 +2,7 @@
2
((synopsis "A declarative plotting system based on Grammar of Graphics.")
3
(license "GPL-3")
4
(category graphics)
5
- (cond-expand
6
- [libplot (dependencies srfi-1 datatype matchable yasos statistics cairo plot)]
7
- [else (dependencies srfi-1 datatype matchable yasos statistics cairo)])
+ (dependencies srfi-1 datatype matchable yasos statistics cairo)
8
(author "Ivan Raikov")
9
(components
10
(extension gg-backend
0 commit comments