@@ -420,7 +420,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
420420 [regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
421421 ```
422422
423- | `node_idx=1`: $x_1 $ when $x_2 \leq 0$ | `node_idx=2`: $x_1 $ when $x_2 > 0$ |
423+ | `node_idx=1`: $x_0 $ when $x_1 \leq 0$ | `node_idx=2`: $x_0 $ when $x_1 > 0$ |
424424 |:---------:|:---------:|
425425 |  |  |
426426
@@ -431,7 +431,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
431431 [regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
432432 ```
433433
434- | `node_idx=1`: $x_1 $ when $x_2 \leq 0$ | `node_idx=2`: $x_1 $ when $x_2 > 0$ |
434+ | `node_idx=1`: $x_0 $ when $x_1 \leq 0$ | `node_idx=2`: $x_0 $ when $x_1 > 0$ |
435435 |:---------:|:---------:|
436436 |  |  |
437437
@@ -442,7 +442,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
442442 [regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
443443 ```
444444
445- | `node_idx=1`: $x_1 $ when $x_2 \leq 0$ | `node_idx=2`: $x_1 $ when $x_2 > 0$ |
445+ | `node_idx=1`: $x_0 $ when $x_1 \leq 0$ | `node_idx=2`: $x_0 $ when $x_1 > 0$ |
446446 |:---------:|:---------:|
447447 |  |  |
448448
@@ -453,7 +453,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
453453 [regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
454454 ```
455455
456- | `node_idx=1`: $x_1 $ when $x_2 \leq 0$ | `node_idx=2`: $x_1 $ when $x_2 > 0$ |
456+ | `node_idx=1`: $x_0 $ when $x_1 \leq 0$ | `node_idx=2`: $x_0 $ when $x_1 > 0$ |
457457 |:---------:|:---------:|
458458 |  |  |
459459
@@ -465,7 +465,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
465465 [regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
466466 ```
467467
468- | `node_idx=1`: $x_1 $ when $x_2 \leq 0$ | `node_idx=2`: $x_1 $ when $x_2 > 0$ |
468+ | `node_idx=1`: $x_0 $ when $x_1 \leq 0$ | `node_idx=2`: $x_0 $ when $x_1 > 0$ |
469469 |:---------:|:---------:|
470470 |  |  |
471471
0 commit comments