Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
COMP1204 labs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hs7n22
COMP1204 labs
Commits
e81288af
Commit
e81288af
authored
2 years ago
by
hs7n22
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
88cb890d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plot-locations-on-map.gpi
+40
-0
40 additions, 0 deletions
plot-locations-on-map.gpi
with
40 additions
and
0 deletions
plot-locations-on-map.gpi
0 → 100644
+
40
−
0
View file @
e81288af
#gnuplot code courtesy of https://github.com/balakrishnanc/gnugeoplot
set terminal pdfcairo transparent enhanced font "Clear Sans, 16" linewidth 2 rounded dashed
set style line 80 lc rgb "#404040" lt 1 lw 1
set border 0 back ls 80
set style line 81 lc rgb "#909090" lt 0 lw 0.4
set style line 82 lc rgb "#a4a4a4" lt 0 lw 0.2
# NOTE: Grid lines can be distracting on a map.
# set grid back xtics ytics ls 81, ls 82
# set grid back ls 81
set tics in
set xtics nomirror
set ytics nomirror
# Colors chosen from colorbrewer; print- and photocopy-friendly.
set style line 1 lt 1 lc rgb "#20808080" lw 0.5 pt 6 ps 0.5
#set style line 2 lt 1 lc rgb "#99cc0000" lw 0.1 pt 5 ps 0.3
set key top left
set tmargin 0.5
set rmargin 1
set bmargin 0.5
set lmargin 1
unset xlabel
unset xtics
unset ylabel
unset ytics
set term png
set output image_output_path
plot 'world-50m.txt' not w l ls 1, \
line_csv_path u 2:1 not w lp ls 2 lc rgb "red" pt 8 ps .3
unset output
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