From aa90e148019311d9a87901cea0c8eecc4b079195 Mon Sep 17 00:00:00 2001 From: "michele.maris" <michele.maris@inaf.it> Date: Wed, 7 May 2025 16:37:47 +0200 Subject: [PATCH] u --- src/yapsut/graphics.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/yapsut/graphics.py b/src/yapsut/graphics.py index 28d5162..133ba20 100644 --- a/src/yapsut/graphics.py +++ b/src/yapsut/graphics.py @@ -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 -- GitLab