Skip to content

Commit 31ab8e0

Browse files
authored
Update plot.jl (#39)
readall -> readstring
1 parent 9a42e98 commit 31ab8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ function gplothtml(G; layout::Function=spring_layout, keyargs...)
257257
</head>
258258
<body>
259259
<script charset="utf-8">
260-
$(readall(Compose.snapsvgjs))
260+
$(readstring(Compose.snapsvgjs))
261261
</script>
262262
<script charset="utf-8">
263-
$(readall(gadflyjs))
263+
$(readstring(gadflyjs))
264264
</script>
265265
$(plotsvg)
266266
</body>

0 commit comments

Comments
 (0)