Skip to content

Commit d390f28

Browse files
committed
Explicitly import Cairo for drawing to file
For drawing a graph to a file, it is not necessary to import Cairo before importing Compose.
1 parent 282a910 commit d390f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ gplot(g, linetype="curve")
134134

135135
## Save to figure
136136
```{execute="false"}
137-
using Compose
137+
using Cairo, Compose
138138
# save to pdf
139139
draw(PDF("karate.pdf", 16cm, 16cm), gplot(g))
140140
# save to png

0 commit comments

Comments
 (0)