pnanez / HyEQ_Toolbox

Hybrid systems equations simulator, development repository
Other
11 stars 2 forks source link

Improve HybridPlotBuilder.filter to better handle transition to filtered points #56

Open pwintz opened 2 years ago

pwintz commented 2 years ago

When using HybridPlotBuilder.filter(), the line segments on both sides of a filtered point are hidden. This can be undesirable if, say, every other point is filtered, because it would cause the entire solution to be hidden. Additionally, if the point on either side of a jump is filtered, then the entire jump is hidden.