Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Cosmos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benoit Barbot
Cosmos
Commits
d4a18740
Commit
d4a18740
authored
Feb 05, 2019
by
Benoît Barbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add script
parent
9708566e
Pipeline
#1010
passed with stages
in 13 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
72 additions
and
0 deletions
+72
-0
Examples/maxEntropy/gnplotscriptTmp.gp
Examples/maxEntropy/gnplotscriptTmp.gp
+25
-0
Examples/maxEntropy/gnplotscriptTmp2.gp
Examples/maxEntropy/gnplotscriptTmp2.gp
+25
-0
Examples/maxEntropy/gnplotscripttest.gp
Examples/maxEntropy/gnplotscripttest.gp
+22
-0
No files found.
Examples/maxEntropy/gnplotscriptTmp.gp
0 → 100644
View file @
d4a18740
set terminal png size 400,400
set style line 1 lt 1 lw 4 lc rgb '#A0A0A0'
set style line 1 lt 1 lw 7 lc rgb '#FFA02F'
set style line 2 lt 1 lw 7 lc rgb '#829600'
set style line 3 lt 1 lw 7 lc rgb '#E05206'
set style line 4 lt 1 lw 7 lc rgb '#BCC775'
set style line 5 lt 3 lw 7 lc rgb '#FFA02F'
set output ARG1
set pointsize 0.5
set tic font ",22"
set xtic 1
set ytic 1
#plot 'preplota.dat' using 1:($8-$1) notitle with points pt 7 lc rgb '#FFA02F',\
# 'preplotb.dat' using 1:($8-$1) notitle with points pt 7 lc rgb '#829600',\
# 'preplotc.dat' using 1:($8-$1) notitle with points pt 7 lc rgb '#800080'
plot ARG2 using 1:2 notitle with points pt 7 lc rgb '#000000'
#plot ARG2 using 1:($8-$1) notitle with points pt 7 lc rgb '#000000'
Examples/maxEntropy/gnplotscriptTmp2.gp
0 → 100644
View file @
d4a18740
set terminal png size 400,400
set style line 1 lt 1 lw 4 lc rgb '#A0A0A0'
set style line 1 lt 1 lw 7 lc rgb '#FFA02F'
set style line 2 lt 1 lw 7 lc rgb '#829600'
set style line 3 lt 1 lw 7 lc rgb '#E05206'
set style line 4 lt 1 lw 7 lc rgb '#BCC775'
set style line 5 lt 3 lw 7 lc rgb '#FFA02F'
set output ARG1
set pointsize 0.5
set tic font ",22"
set xtic 1
set ytic 1
#plot 'preplota.dat' using 1:($8-$1) notitle with points pt 7 lc rgb '#FFA02F',\
# 'preplotb.dat' using 1:($8-$1) notitle with points pt 7 lc rgb '#829600',\
# 'preplotc.dat' using 1:($8-$1) notitle with points pt 7 lc rgb '#800080'
plot ARG2 using 1:($8-$1) notitle with points pt 7 lc rgb '#000000'
Examples/maxEntropy/gnplotscripttest.gp
0 → 100644
View file @
d4a18740
set terminal png size 800,800
#set terminal tkcanvas
set style line 1 lt 1 lw 4 lc rgb '#A0A0A0'
set style line 1 lt 1 lw 7 lc rgb '#FFA02F'
set style line 2 lt 1 lw 7 lc rgb '#829600'
set style line 3 lt 1 lw 7 lc rgb '#E05206'
set style line 4 lt 1 lw 7 lc rgb '#BCC775'
set style line 5 lt 3 lw 7 lc rgb '#FFA02F'
set output "test.png"
set pointsize 0.3
set tic font ",22"
set xtic 1
set ytic 1
plot 'data4NoConv.txt' using 2:8 notitle with points pt 7 lc rgb '#FFA02F'
#splot 'data2NoConv' using 3:6:9 notitle with points pt 7 lc rgb '#FFA02F'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment