lucid  0.0.1
Lifting-based Uncertain Control Invariant Dynamics
Loading...
Searching...
No Matches
lucid::plt::FillBetweenKwargs Struct Reference

Keyword arguments for fill_between. More...

#include <matplotlib.h>

Public Attributes

double alpha {1}
 The alpha blending value, between 0 (transparent) and 1 (opaque).
 
bool interpolate {false}
 Whether to interpolate between the points.
 
std::string edgecolor {"none"}
 The edge color of the filled area.
 
std::string facecolor {"blue"}
 The face color of the filled area.
 

Detailed Description

Keyword arguments for fill_between.


The documentation for this struct was generated from the following file: