[reportlab-users] RE: show only some of the X axis labels?
   
    Dinu Gherman
     
    reportlab-users@reportlab.com
       
    Fri, 14 Jun 2002 08:54:40 +0200 (CEST)
    
    
  
Walter Miller <w3miller@yahoo.com>:
> Looks like an easy solution to this (at least for
> linecharts) is to just use the LinePlot class from the
> reportlab.graphics.charts.lineplots module but what
> about a solution for bar charts?
Take the following comment as a hint only which I have
not checked out in detail...
If the LinePlot classe does what you want, then you
might achive the same effect in a bar chart class by
replacing its value (or category axis) with the one
from LinePlot...
Dinu