-
Notifications
You must be signed in to change notification settings - Fork 153
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
Customize plot appearance and export scripts #1511
Merged
astrofrog
merged 32 commits into
glue-viz:master
from
astrofrog:customize-plot-appearance
Feb 19, 2018
Merged
Customize plot appearance and export scripts #1511
astrofrog
merged 32 commits into
glue-viz:master
from
astrofrog:customize-plot-appearance
Feb 19, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Things that would be nice to customize: whether to show the top and right spines, and also the tick spacing |
astrofrog
force-pushed
the
customize-plot-appearance
branch
4 times, most recently
from
February 7, 2018 17:35
98f0bfd
to
f2a78e2
Compare
astrofrog
force-pushed
the
customize-plot-appearance
branch
from
February 14, 2018 16:38
3b0d554
to
f7fb8fe
Compare
…plots via the state class
…max of the data values
astrofrog
force-pushed
the
customize-plot-appearance
branch
from
February 15, 2018 17:22
77c6097
to
0195fad
Compare
astrofrog
force-pushed
the
customize-plot-appearance
branch
from
February 16, 2018 11:35
005e4f8
to
8348a57
Compare
astrofrog
changed the title
WIP: Customize plot appearance and export scripts
Customize plot appearance and export scripts
Feb 16, 2018
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds two main features:
The ability to set axis labels, and label sizes via the GUI
The ability to export scripts from the Matplotlib viewers
This is still a work in progress, and only the Scatter viewer can export a script at the moment.