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
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:
198
200
http://gnuplot.sourceforge.net/demo_4.4/ )
201
+
202
+
h3. Security
203
+
204
+
Note that if you pass any user-controlled strings to the gem, it's possible for an attacker to run arbitrary commands.
205
+
206
+
In addition to title, any other graph properties that accept strings should be affected too. they're all passed to the system command. So only use strings you trust.
0 commit comments