bar chart - reportlab barchart categoryAxis below zero -


how display "categoryaxis" not in 0?

i have negative values in chart "categoryaxis" on 0 position.

for example: have minimum value -4.50 , "categoryaxis" on position.

try set valuemin less 0 valueaxis
example valueaxis.valuemin = -5
categoryaxis category not data

bc = verticalbarchart() ... bc.valueaxis.valuemin = -5 (or set dynamically) bc.valueaxis.valuemax = 50 bc.valueaxis.valuestep = 10 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -