# this code has been auto-generated by simple_plotter
import numpy as np
{% if plot_lib == 'matplotlib' %}
import matplotlib.pyplot as plt
{% elif plot_lib == 'kivy-garden/graph' %}
import simple_plotter.core.advanced_graph as kv_graph
{% endif %}
{% if export_csv %}import csv{% endif %}
