enum ImPlotScale_

#include <implot.h>

enum ImPlotScale_
{
    ImPlotScale_Linear = 0,
    ImPlotScale_Time,
    ImPlotScale_Log10,
    ImPlotScale_SymLog,
};