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 40f2348

Browse filesBrowse files
committed
Remove trailing comma from plot
1 parent c6b43b1 commit 40f2348
Copy full SHA for 40f2348

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010
- make zip
1111
deploy:
1212
provider: releases
13-
api_key: 'TODO'
13+
api_key: '$GITHUB_API_KEY'
1414
file: 'gnuplot-examples.zip'
1515
skip_cleanup: true
1616
on:

‎with-line.gnuplot

Copy file name to clipboardExpand all lines: with-line.gnuplot
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
plot \
1212
"square.data" with lines,\
13-
"line.data" w l,
13+
"line.data" w l

0 commit comments

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