This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f960f5
commit a80cb56
Showing
10 changed files
with
197 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,5 @@ Test | |
# Staat Bierkonsum Längengrad Breitengrad | ||
1 200 6 5 | ||
2 300 2 3 | ||
3 50 4 7 | ||
# Nachbarschaften | ||
1: 2 3 | ||
2: 3 | ||
1: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
reset | ||
set xrange [1.0:6.666666666666667] | ||
set yrange [-0.8333333333333335:8.5] | ||
set size ratio 1.0 | ||
set title "Test, Iterationen: 1" | ||
unset xtics | ||
unset ytics | ||
$data << EOD | ||
6.0 5.0 0.6666666666666666 1 0 | ||
2.0 3.0 1.0 2 1 | ||
EOD | ||
plot \ | ||
'$data' using 1:2:3:5 with circles lc var notitle, \ | ||
'$data' using 1:2:4:5 with labels font "arial,9" tc variable notitle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.