So i have this class:
import matplotlib.pyplot as plt import numpy as np class F: def __init__(self,n,m): self.n=n self.m=m