in reply to Re^4: perl Graph x_label_skip
in thread perl Graph x_label_skip
I haven't found an exact way to do it, but I notice that GD::Graph::bars/hbars uses GD::Graph::axestypes, which has plenty of options. Some of them look suggestive of ways to leave the axes out (look over the source code for comments & usage & such):
Some combination of these might do the trick for you, or you may see other things to try. You might even patch the class and contribute your patch back to the author, so others may use it.
BTW: You also ought to use cut & paste to get your code and error messages. It's much more accurate than retyping. (Example: You left out the closing quote after alice, and put a blank in "GD::Graph::bars".)
...roboticus
|
|---|