-
Notifications
You must be signed in to change notification settings - Fork 278
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
Analysis: added matplotlib figure generation with several desirable performance metrics. #612
Open
nikwl
wants to merge
31
commits into
ericaltendorf:development
Choose a base branch
from
nikwl:development
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
adc02c0
added figure file
nikwl 49f2a17
integrated figfile contents into analyzer.py
nikwl 4914ee2
passed logfile where I should have passed logdir
nikwl c0a75b5
default logdir and logfile should now be none
nikwl 3eda2a1
the figfile condition to run new code was flipped
nikwl ba577f8
removed period for consistency
nikwl 56d5363
forgot to add code that converts directory to list of files
nikwl bf7f02c
pyplot imported incorrectly
nikwl 8d06393
fig file now passable for either log file or log dir
nikwl 8458013
assertation prevents generating figure with too few datapoints
nikwl 876724f
directory handling was passed figfile instead of logfilenames
nikwl 866dbd3
fixed bug with cumulative plot
nikwl f6c958f
Revert "fix: avoid more missing process errors"
nikwl b106fea
baby's first merge
nikwl 375a90e
updating fork
nikwl e909d1b
migrated graph
nikwl b89bc40
Merge branch 'ericaltendorf:development' into development
nikwl 95e1c63
several fixes, added some cli arguments, should work now
nikwl be3871c
Merge branch 'development' into development
altendky f87c2ab
Merge branch 'development' into development
altendky 46260ad
Fixed several discontinuities that I think were caused by the previou…
nikwl a6c65ed
logdir is no longer required, instead it pull from the logdir defined…
nikwl 134d4b7
Added type annotations to functions
nikwl b478a14
Merge branch 'development' into nikwl/development
altendky a8039dd
black
altendky b55fb57
tidy
altendky 2b356f5
Merge branch 'development' into nikwl_development
altendky 37d6dc6
Merge pull request #1 from altendky/nikwl_development
nikwl 1011b0f
Updated graph.py parser to new style. Reformatted graph.py with black.
nikwl 3bc6d90
Update setup.cfg
altendky d15ec4c
[mypy-matplotlib] ignore_missing_imports = true
altendky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
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.
There should probably be an extra down below for
plottinggraphing.graph = matplotlib ~= 3.4 numpy ~= 1.20