Skip to content

Commit

Permalink
Remove ax from example
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfelt authored Dec 2, 2022
1 parent cbb3006 commit e0b0111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ r = Runner(
r.run()

# Make a pareto plot comparing both objectives
r.experiment.pareto_plot(ax=ax)
r.experiment.pareto_plot()
```

<p align="center">
Expand Down

0 comments on commit e0b0111

Please sign in to comment.