-
Notifications
You must be signed in to change notification settings - Fork 31
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
Broken labels in aperture.plot() #71
Comments
Thanks Lauren - I'll start looking into this! |
So there's 2 plotting functions in pysiaf, one for plotting apertures one at a time (the
Or there’s also the option to pass The So (once the
|
@Johannes-Sahlmann: |
Ooh, I didn't know there was another Thanks for the clarification, and for thinking about the weirdness of |
@shanosborne I agree with your assessment concerning |
(@shanosborne asked me to open an issue for this.) I have been using pysiaf's plotting ability in one of my notebooks for a while now, like so:
However, with the latest updates of pysiaf (not sure if it was 0.2.4 or 0.2.5 or something else), the
name_label=True
parameter doesn't seem to be working as expected anymore. Instead of turning on the name labels for each aperture in the plot, now all the name labels are displaying as "True".When I tried
label=True
instead ofname_label=True
, I got a legend over the plot that listed every aperture on the plot being labeled as "True".In this specific example I can get the behavior I want (the aperture names appearing as colored text in the plot) by setting
name_label=a
, but it seems to me like the labelling shouldn't work this way.The text was updated successfully, but these errors were encountered: