La clase se importa de la siguiente manera: from matplotlib.patchs import Ellipse Se puede dibujar entonces cualquier elipse, dando los argumentos: plt.gca ().add_patch (Ellipse (xy, width, height, ...
from pathlib import Path import warnings warnings.filterwarnings("ignore") import numpy as np import pandas as pd import matplotlib.pyplot as plt import networkx as nx from sklearn.model_selection ...