Home
last modified time | relevance | path

Searched refs:pulseAxis (Results 1 – 1 of 1) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1723 QCPAxis *pulseAxis = statsPlot->axisRect()->addAxis(QCPAxis::atLeft, 0); in initStatsPlot() local
1724 pulseAxis->setVisible(false); in initStatsPlot()
1727 pulseAxis->setRange(-2 * 150, 5 * 150); in initStatsPlot()
1731 …RA_PULSE_GRAPH = initGraphAndCB(statsPlot, pulseAxis, QCPGraph::lsLine, raPulseColor, "RAp", raPul… in initStatsPlot()
1737 …DEC_PULSE_GRAPH = initGraphAndCB(statsPlot, pulseAxis, QCPGraph::lsLine, decPulseColor, "DECp", de… in initStatsPlot()