Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. >> include RenderGraphs
  2. => Object
  3. >> render_standard_curve_graph(standard_curve, standard_curve_params)
  4. NameError: uninitialized constant Gnuplot
  5. from /Users/tim/projects/yuzu/src/lib/render_graphs.rb:5:in `render_standard_curve_graph'
  6. from (irb):5
  7. >> require 'gnuplot'
  8. => nil
  9. >> render_standard_curve_graph(standard_curve, standard_curve_params)
  10. NameError: uninitialized constant Gnuplot
  11. from /Users/tim/projects/yuzu/src/lib/render_graphs.rb:5:in `render_standard_curve_graph'
  12. from (irb):7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement