|
From: Daniel J S. <dan...@ie...> - 2006-12-09 06:34:06
|
Ethan A Merritt wrote: > Bug: > >> set x2tics mirror >> show x2tics >> x2tics OFF > > > Bleah. Someone didn't notice the comments warning that > NO_TICS is a bit mask, not an integer constant. > > All the tests (ticmode == NO_TICS) are incorrect, and must be changed to > (ticmode & NO_TICS == 0) Oh, that explains it. I couldn't make rhyme or reason out of what was happening. Thanks, Dan |