Skip to content

Commit

Permalink
fix(PlotMapView): default to all layers in plot_pathline() (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jun 19, 2024
1 parent e48198c commit 678bb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/plot/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def plot_pathline(self, pl, travel_time=None, **kwargs):
else:
kon = self.layer
else:
kon = self.layer
kon = -1

# configure plot settings
marker = kwargs.pop("marker", None)
Expand Down

0 comments on commit 678bb61

Please sign in to comment.