unraid micrograp Frank Earnhardt March 3, 2023 No Comments sample In : import math import numpy as np import matplotlib.pyplot as plt %matplotlib inline import os os.environ += os.pathsep + '/usr/lib/python3.9/site-packages/graphviz/' In : def f(x): return 3*x**2 - 4*x…