Skip to content

Commit

Permalink
Update network_postprocess.jl
Browse files Browse the repository at this point in the history
Signed-off-by: Avinash Subramanian <[email protected]>
  • Loading branch information
avinashresearch1 authored Feb 7, 2023
1 parent 3f0a934 commit 98a0cb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SubProblems/Network_generation/network_postprocess.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

using PyCall
#using PyCall

const nx = PyNULL()
const plt = PyNULL()
const back_pdf = PyNULL()
#const nx = PyNULL()
#const plt = PyNULL()
#const back_pdf = PyNULL()

# Current approach is to use NetworkX. Should eventually make a PR to TikzGraphs.jl
function __init__()
#=
#=#
copy!(nx, pyimport("networkx"))
copy!(plt, pyimport("matplotlib.pyplot"))
copy!(back_pdf, pyimport("matplotlib.backends.backend_pdf"))
Expand Down

0 comments on commit 98a0cb6

Please sign in to comment.