[Matplotlib-users] Arc drawing

Paul Hobson pmhobson at gmail.com
Mon Nov 2 11:07:33 EST 2020


Hey Luca,

Matplotllib has an Arc artist:
https://matplotlib.org/3.3.2/api/_as_gen/matplotlib.patches.Arc.html

-Paul

On Mon, Nov 2, 2020 at 5:02 AM Luca Bertolotti <luca72.bertolotti at gmail.com>
wrote:

> Hello i have to draw an arc with matplotlib, i have the following data:
>
> {'handle': '39D', 'owner': '1F', 'layer': 'AM_0', 'center': Vector(1000.0,
> -1256.595067376733, 0.0), 'radius': 2100.0, 'start_angle':
> 67.75727639121727, 'end_angle': 112.2427236087827}
> basically i have :
> Center of the arc
> Starting angle
> end angle.
> Do you have any suggestion
>
> Regards
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/matplotlib-users/attachments/20201102/2fa1a761/attachment.html>


More information about the Matplotlib-users mailing list