Constant matplotlib::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()
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()