wrobstory / vincent

A Python to Vega translator
MIT License
2.04k stars 227 forks source link

axis_titles for y-axis are obscured by values #132

Open copperlight opened 9 years ago

copperlight commented 9 years ago

There does not seem to be any configuration option to offset the y-axis title to move it away from the values.

untitled0

ghost commented 9 years ago

Have this problem as well.. I fixed it but created a new problem... bar._axis_properties(axis='y', title_size= 15, title_offset= -10, label_align= 'left', label_angle= 0, color='#000000')

where title_offset will fix the space issue. The problem is that line of code then moves the values into the graph because their offset is set to 0, have not figured out how to change their offset so they are back to their original position.