mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Log option for X axis in XY plot (frequency axis only)
This commit is contained in:
parent
dd8f0c4fa9
commit
0379040a05
5 changed files with 151 additions and 50 deletions
|
|
@ -50,7 +50,7 @@ public:
|
|||
};
|
||||
|
||||
void setYAxis(int axis, YAxisType type, bool log, bool autorange, double min, double max, double div);
|
||||
void setXAxis(XAxisType type, XAxisMode mode, double min, double max, double div);
|
||||
void setXAxis(XAxisType type, XAxisMode mode, bool log, double min, double max, double div);
|
||||
void enableTrace(Trace *t, bool enabled) override;
|
||||
void updateSpan(double min, double max) override;
|
||||
void replot() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue