You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.textile
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ end
180
180
You can also add arbitrary lines to the output
181
181
182
182
<pre>
183
-
plot.arbitrary_lines << "set ylabel \"y label" font \"Helvetica,20\""
183
+
plot.arbitrary_lines << "set ylabel \"y label\" font \"Helvetica,20\""
184
184
</pre>
185
185
186
186
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