Constant INIT

Source
pub const INIT: &str = "\
fig, ax = plt.subplots()
";
Expand description

Default initializer for plotting objects, defaulting to a single figure and axis frame.

fig, ax = plt.subplots()