Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot label defaults need revision to keep them on the visible canvas #266

Open
durack1 opened this issue Nov 2, 2017 · 0 comments
Open
Milestone

Comments

@durack1
Copy link
Member

durack1 commented Nov 2, 2017

The following code leads to plot titles and axis labels falling off the canvas:

x = vcs.init(bg=True,geometry=(1500,1500))
for anti in [1,8,64]:
    x.setantialiasing(anti)
    x.plot([1,3,5,7,10,24,36,3,6,8,9,10])
    x.png('_'.join([timeFormat,'antiAliasing',str(anti),'.png']))
    x.pdf('_'.join([timeFormat,'antiAliasing',str(anti),'.pdf']))
    x.clear()

See image below for example - red text denotes suggested changes
171102_antialiasing_64_

The y-axis label is missing completely, and the variable_215 label is centered off the canvas, whereas it would be better for this to be left justified following the example of the variable_215 and mean 10.17 .. string in the top left hand corner (which is right justified)

@doutriaux1 doutriaux1 added this to the Next Release milestone Mar 29, 2018
@doutriaux1 doutriaux1 modified the milestones: 8.1, 8.2 Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants