Graph Builder histogram question
I'm having trouble getting the display I want out of Graph Builder, and I'd like some help.My data is a 3-level-categorical test result; the test is performed monthly.My result column is 1-byte integer, ordinal, with value labels (0 = "low", 1 = "medium", 2 = "high").My time column is numeric, continuous, m/y format. (The test is perfomed once a month on the same calendar day each month.)I would l...