vMeijin / pySmithPlot

Matplotlib extension for creating Smith charts with Python
127 stars 73 forks source link

Always draw arrow on last point #4

Closed SjoerdOptLand closed 8 years ago

SjoerdOptLand commented 10 years ago

Currently, the number of data points must be a multiple of mark every+1, for the end arrow to end up at the end of the curve.

It would be nice if this worked for arbitrary numbers of points.

vMeijin commented 10 years ago

This is actually a problem with matplotlib. you can only supply the start value and the step size.