Skip to content

Commit

Permalink
decode to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 9, 2024
1 parent 1af04da commit b755cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluxdiagrams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function makefluxdiagrams(bsol,ts;centralspecieslist=Array{String,1}(),superimpo
end
end

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

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

0 comments on commit b755cfa

Please sign in to comment.