-
Notifications
You must be signed in to change notification settings - Fork 8
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 normalized dispersion #426
Conversation
"""Plotting normalized dispersion function for normalized dispersion. | ||
Normalized dispersion is special, as we only have X. | ||
We therefore plot the delta in the second plot. """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit repetitive with "normalized dispersion". For the second plot, do you mean second axis?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"""Plotting normalized dispersion function for normalized dispersion.
Normalized dispersion is special, as we only have horizontal normalized dispersion.
We therefore plot the delta of normalized dispersion in the second plot in normalized dispersion plots. """
```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With second plot, Josch probably means the bottom plot of our standard two-plot windows in the GUI (and two-plot matplotlib outputs), usually showing X / Y, real / imag, or amp / phase.
+1 for using this unused space for the delta.
Code Climate has analyzed commit d48469e and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 88.8% (50% is the threshold). This pull request will bring the total coverage in the repository to 85.8% (0.0% change). View more on Code Climate. |
Fixing the plotting of normalized dispersion optics measurements and adding a "labels' feature.