Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ScalFMM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
ScalFMM
Commits
f2c2b39f
Commit
f2c2b39f
authored
11 years ago
by
Olivier COULAUD
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug
parent
727e619f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Utils/scripts/hist.gnu
+2
-2
2 additions, 2 deletions
Utils/scripts/hist.gnu
with
2 additions
and
2 deletions
Utils/scripts/hist.gnu
+
2
−
2
View file @
f2c2b39f
clear
clear
reset
reset
set key off
set key off
set border 3
set border 3
...
@@ -21,4 +21,4 @@ set ylabel "Number of Particles"
...
@@ -21,4 +21,4 @@ set ylabel "Number of Particles"
set terminal postscript enhanced color 'Helvetica' 20
set terminal postscript enhanced color 'Helvetica' 20
set output 'plummerHistogramme.eps'
set output 'plummerHistogramme.eps'
plot 'output.txt' using (rounded($1)):(1) smooth frequency with boxes
plot 'output.txt' using (rounded($1)):($2) smooth frequency with boxes
\ No newline at end of file
\ No newline at end of file
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