Skip to content

Modpath Timeseries Class way of work #1734

Closed Answered by jlarsen-usgs
javgs-bd asked this question in Q&A
Discussion options

You must be logged in to vote

@javgs-bd

I just looked into this and the travel_time argument does not currently support a logical equal. I've put in a PR to fix this issue and add support for this; PR #1736.

Once this PR is accepted, you'll be able to filter particles by a specific time instance:

example usage:

mview.plot_timeseries(ts_array, travel_time=f"== {times[5]}", layer="all", marker='o', markercolor= ts_colors[5], lw=0)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@javgs-bd
Comment options

@jlarsen-usgs
Comment options

@javgs-bd
Comment options

Answer selected by javgs-bd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants