Skip to content
Snippets Groups Projects
Commit 05b935e7 authored by Michele Maris's avatar Michele Maris
Browse files

Merge branch 'main' of https://www.ict.inaf.it/gitlab/michele.maris/yapsut into main

parents 89bedcae aa90e148
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,9 @@ def ocirc(x,y,color=['white','black'],markersize=[30],scale=1.,zorder=None,mew=[
return a
def curveXY2patch(x,y,returnVectors=False,closed=True,draw=True, ax=None,color=None) :
""" Converts a curve in a patch """
""" Converts a curve in a patch
x,y = vectors with x and y
"""
import numpy as np
from matplotlib import pyplot as plt
from matplotlib.patches import Polygon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment