Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rp-squid-python-code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Python for Applied Physics
rp-squid-python-code
Commits
65a302e6
Commit
65a302e6
authored
3 years ago
by
Gary Steele
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
cefd62d2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
analysis_code/Plot all my data.ipynb
+63
-7
63 additions, 7 deletions
analysis_code/Plot all my data.ipynb
analysis_code/Plot all my data.md
+6
-2
6 additions, 2 deletions
analysis_code/Plot all my data.md
analysis_code/autoplot.py
+4
-5
4 additions, 5 deletions
analysis_code/autoplot.py
with
73 additions
and
14 deletions
analysis_code/Plot all my data.ipynb
+
63
−
7
View file @
65a302e6
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
analysis_code/Plot all my data.md
+
6
−
2
View file @
65a302e6
...
...
@@ -5,8 +5,8 @@ jupyter:
text_representation
:
extension
:
.md
format_name
:
markdown
format_version
:
'
1.
2
'
jupytext_version
:
1.
3.0
format_version
:
'
1.
3
'
jupytext_version
:
1.
10.1
kernelspec
:
display_name
:
Python
3
language
:
python
...
...
@@ -20,3 +20,7 @@ from autoplot import *
```
python
plot_all_data
()
```
```
python
make_latex_folder
()
```
This diff is collapsed.
Click to expand it.
analysis_code/autoplot.py
+
4
−
5
View file @
65a302e6
...
...
@@ -130,9 +130,8 @@ def make_latex_folder():
"
\n\\
input{plot_all_my_data_latex/plot_all_data.tex}
\n\n
"
"
in your report latex file.
"
)
# +
#make_latex_folder()
make_latex_folder
()
plot_all_data
()
# +
#plot_all_data()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment