def _plot(args): n = args.degree from sympy import exp from .. import plot_in_terminal rat_func = create_expression(n) print(rat_func) plot_in_terminal(rat_func - exp(-t), (0, 100), prec=20)