Kaustubh

Results 61 comments of Kaustubh

Hi, I have made the changes just waiting for the PR #2473 to get merged.

Hi @baraline, I noticed that when `allow_trivial_matches=False`, the algorithm sometimes returns fewer than `k` matches. Is this expected behavior due to the exclusion zone filtering out trivial matches? Or should...

Thank you for the clarification! Yes, that makes sense. It can happen because of small series, can it also happen if we gave large value for `length` parameter?

@baraline, I have made the PR Please review it and let me know if any changes or improvements are needed.

https://github.com/matplotlib/matplotlib/blob/54d718e462ef2a9cc07b28050b17609b929c8bd4/lib/matplotlib/quiver.py#L609 The logic for `scale` and `scale_units` is implemented here, I will try to look into the code and fix the documentation.

Hi, there are different formuals for calculating the scaling factor of arrow length based on the `scale_units`, should I include all the formulas for different `scale_units` in documentation?

``` scale : float, optional Scales the length of the arrow inversely. Number of data values represented by one unit of arrow length on the plot. For example, if the...