You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
My titles are obscured by the scale values on the x and y axis of my bar graph. I have used the following code to move the title
bar._axis_properties(axis='y', title_size= 15, title_offset= -10, label_align= 'left', label_angle= 0, color='#000000')
However when I implement this code the scale values then move to what seems to be offset 0, causing them to be half in the graph. Is there a way to control the offset of these scale values?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My titles are obscured by the scale values on the x and y axis of my bar graph. I have used the following code to move the title
bar._axis_properties(axis='y', title_size= 15, title_offset= -10, label_align= 'left', label_angle= 0, color='#000000')
However when I implement this code the scale values then move to what seems to be offset 0, causing them to be half in the graph. Is there a way to control the offset of these scale values?
The text was updated successfully, but these errors were encountered: