Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d56a5da

Browse filesBrowse files
committed
mutiple-blocks-loop.gnuplot
1 parent a0890cb commit d56a5da
Copy full SHA for d56a5da

File tree

Expand file treeCollapse file tree

3 files changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+10
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Minimal explained Gnuplot examples. Compiled outputs: <http://www.cirosantilli.c
3838
1. [Data](data.gnuplot)
3939
1. [Multiple columns](multiple-columns.gnuplot)
4040
1. [multiple-blocks.gnuplot](multiple-blocks.gnuplot)
41+
1. [multiple-blocks-loop.gnuplot](multiple-blocks-loop.gnuplot)
4142
1. [multiple-blocks-inline.gnuplot](multiple-blocks-inline.gnuplot)
4243
1. [multiple-blocks-headeres.gnuplot](multiple-blocks-headeres.gnuplot)
4344
1. [Inline data](inline-data.gnuplot)

‎animation.gif.gnuplot

Copy file name to clipboardExpand all lines: animation.gif.gnuplot
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env gnuplot
22

33
# Generate a GIF animation.
4+
# https://stackoverflow.com/questions/22898971/gif-animation-in-gnuplot
45

56
set key off
67
p sin(x)

‎mutiple-blocks-loop.gnuplot

Copy file name to clipboard
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env gnuplot
2+
3+
# Multiple lines from a double blank line separated file
4+
# with an unknown number of blocks.
5+
# Solution found in this superset question:
6+
# https://stackoverflow.com/a/43819870/895245
7+
8+
plot for [i=0:*] 'multiple-blocks.dat' index i title sprintf('%d', i) with linespoints

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.