mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-18 23:44:30 +00:00
line plots
This commit is contained in:
@@ -106,6 +106,15 @@ public:
|
||||
virtual ~PlotHLine(void) = default;
|
||||
};
|
||||
|
||||
class PlotLine: public PlotObject
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
PlotLine(const DVec &x, const DVec &y);
|
||||
// destructor
|
||||
virtual ~PlotLine(void) = default;
|
||||
};
|
||||
|
||||
class PlotBand: public PlotObject
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user