Skip to content

Commit 4714c09

Browse files
committed
make example pretty
1 parent ca0db82 commit 4714c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/plot_powerlaw_ggl.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
reg = 'GGL'
2828

29-
Sigma, Theta = group_power_network(p, K, M, scale = False, seed = 2340)
29+
Sigma, Theta = group_power_network(p, K, M, scale = False, seed = 2345)
3030

3131
S, sample = sample_covariance_matrix(Sigma, N)
3232

@@ -147,8 +147,8 @@
147147
# Differential edges are edges which are present in at least one but not all of the K precision matrices.
148148

149149
fig,ax = plot_fpr_tpr(FPR, TPR, ix, ix2, FPR_GL, TPR_GL, W2)
150-
ax.set_xlim(-0.01, 0.1)
151-
ax.set_ylim(0.3,1)
150+
ax.set_xlim(-0.001, 0.2)
151+
ax.set_ylim(0.1,1)
152152

153153
fig,ax = plot_diff_fpr_tpr(DFPR, DTPR, ix, ix2, DFPR_GL, DTPR_GL, W2)
154154

0 commit comments

Comments
 (0)