Skip to content

Commit c5ffeea

Browse files
committed
Merge pull request rdp#28 from ukd1/patch-1
Fix unescaped quote in example Awesome thanks
2 parents 0827760 + 5d827be commit c5ffeea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ end
180180
You can also add arbitrary lines to the output
181181

182182
<pre>
183-
plot.arbitrary_lines << "set ylabel \"y label" font \"Helvetica,20\""
183+
plot.arbitrary_lines << "set ylabel \"y label\" font \"Helvetica,20\""
184184
</pre>
185185

186186
See more in the examples folder. Also since this is basically just a wrapper for gnuplot itself, you should be able to do anything that it can do (demos:

0 commit comments

Comments
 (0)