Skip to content

Commit 461b39e

Browse files
Bernarda PetekBernarda Petek
authored andcommitted
Update examples as there is a new way to merge images
1 parent 44a5ef8 commit 461b39e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/scripts/multiple_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def make_regression(data_subset, data_full, ax):
4949
make_regression,
5050
dataset,
5151
m=100,
52-
contrast_modifier=3.0,
5352
output_image_path='bootstrapped_regression_multiple_models.png',
5453
output_animation_path='bootstrapped_regression_multiple_models.gif',
5554
verbose=True

examples/scripts/pandas_regression_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def plot_regression(data_subset, data_full, ax):
1919
ax.set_ylim(-30, 30)
2020

2121

22-
bootplot(
22+
img = bootplot(
2323
plot_regression,
2424
df,
2525
output_image_path='pandas_example.png',

0 commit comments

Comments
 (0)