- Add the possibility of the marker to be persistent within a time_bound - [x] With a persistent markers - [ ] with a persistent line In RerunModelPhase: ```python3 rr_model.to_rerun( self.q[i][:, :frame], ) ``` Create new component: ``` PersistentComponent(...) ```