rustplotlib
pub enum PlotData { Scatter(Scatter), }
Scatter(Scatter)
impl Debug for PlotData
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Encodable for PlotData
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder.
Encoder