Skip to content

Commit dcec0e2

Browse files
committed
decode to utf-8
1 parent dec22df commit dcec0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fluxdiagrams.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function makefluxdiagrams(bsol,ts;centralspecieslist=Array{String,1}(),superimpo
343343
end
344344
end
345345

346-
graph = pydot.graph_from_dot_data(graph.create_dot(prog="dot"))[1]
346+
graph = pydot.graph_from_dot_data(graph.create_dot(prog="dot").decode("utf-8"))[1]
347347

348348
for t in 1:length(ts)
349349
slope = -maximumnodepenwidth / log10(concentrationtol)

0 commit comments

Comments
 (0)