pub const INIT: &str = "\ fig, ax = plt.subplots() ";
Default initializer for plotting objects, defaulting to a single figure and axis frame.
fig, ax = plt.subplots()