PDA

View Full Version : Axis or Axes?



Momergil
20th May 2014, 14:03
Hello Uwe,

I noticed that in QwtPlotPolar (last version), the enum Axis is defined this way:



enum Axis
{
//! Azimuth axis
AxisAzimuth,

//! Left axis
AxisLeft,

//! Right axis
AxisRight,

//! Top axis
AxisTop,

//! Bottom axis
AxisBottom,

//! Number of available axis
AxesCount
};


Well shouldn't it be "AxisCount" instead of "AxesCount" down there?


Thanks,

Momergil

Cah
21st May 2014, 20:10
One byte... many bytes
One axis... many axes