Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Germain Clavier
python-tools
Commits
dce23a0f
Commit
dce23a0f
authored
Mar 17, 2022
by
Germain Clavier
Browse files
Options
Downloads
Patches
Plain Diff
Added a README and a test_picture
parent
c4d401cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
plot/README.md
+28
-0
28 additions, 0 deletions
plot/README.md
plot/Test_picture.png
+0
-0
0 additions, 0 deletions
plot/Test_picture.png
with
28 additions
and
0 deletions
plot/README.md
0 → 100644
+
28
−
0
View file @
dce23a0f
# PLOT
This repo contains my day to day plotting scripts and is susceptible to vary
from day to day.
## qp
My most useful script is
`qp`
(stands for
*QuickPlot*
) which
uses
`numpy`
and
`matplotlib`
. It is a quick and dirty script that acts as a
CLI script to plot data files. It started a long time ago and as time passes
and I get more and more knowledge of matplotlib and python, things change.
Some features might disappear and some are kind of fuzzy, experimental or not
compatible at all.
The core of the script is still that:
```
qp -i file.dat 1:2
```
will plot column 1 against column 2 of
`file.dat`
.
## Old.mplstyle
`Old.mplstyle`
is a style file for matplotlib. It changes default parameters
like linewidth for both axes and curves, markers, fonts etc. The style is made
to give an "old school scientific paper" (hence the name) feel to the plots.
The idea is essentially that the figures can be understood printed in
grayscale (no "colors online" bullshit). Here is an example:

This diff is collapsed.
Click to expand it.
plot/Test_picture.png
0 → 100644
+
0
−
0
View file @
dce23a0f
93.3 KiB
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