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

u

parent 2ae6a7f8
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