Re: [Matplotlib-users] Clip or skip lines going over border of canvas

2014-03-07 Thread Eric Firing
On 2014/03/06 10:43 PM, svebert wrote: > Hi! > > I plot measurment data and connect them with lines (style eg. "-*r"). Points > which are outside of the ylimits are still connected with points which are > inside of the ylimits. Is there any way to tell matplot to only connect two > points if both a

[Matplotlib-users] Clip or skip lines going over border of canvas

2014-03-07 Thread svebert
Hi! I plot measurment data and connect them with lines (style eg. "-*r"). Points which are outside of the ylimits are still connected with points which are inside of the ylimits. Is there any way to tell matplot to only connect two points if both are inside the y/x-limits? Because now i get weird