« Big Blue Starts Swivelin' | Main | On Correlations »

January 23, 2007

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341c8db453ef00d834dbf94a53ef

Listed below are links to weblogs that reference Inside Swivel: Graphing:

Comments

Ray

Great stuff, keep up the good work!

Brian Mulloy

Thanks, Ray.

Jackie

I was just posting a comment about this exact issue on Element List. Glad to see you're on top of it. Good luck and put me on your media list if you have one.

Dmitry

Jackie, a media list — wouldn't that be kinda retro-meta? :-) Here's the RSS feed to our blog: http://blog.swivel.com/weblog/index.rdf

Anton

Hi

Are there any of these packages which are free? Also, most of your data doesn't specify which country its from, so it's hard to use any of it. Am I missing something?

Richard Lawrence

Has anyone been able to get RPloticus to work on Windows? I've been wrestling with it for the last few hours with no luck (linker errors at the moment). I'd appreciate any pointers. Thanks!

Brian Mulloy

Anton, all of the packages we listed are free, open source packages.

Tao Ge

Richard:

RPloticus currently do not work on windows. we currently call ploticus on windows in this way (note that we have ploticus binary file in rails_root/vendor/ploticus/win32/bin):

ploticus_svg_command = %{#{RAILS_ROOT}/vendor/ploticus/#{platform}/bin/pl -scriptlinelen 10000 -varmaxlen 3000 -stdin -svg -o #{tmp_svg_name} -pagesize #{x_max},#{y_max} -crop 0,0,#{x_max},#{y_max}}

ploticus_pipe = IO.popen(ploticus_svg_command, "w")
ploticus_pipe.puts script
ploticus_pipe.close_write

Ned Konz

I'm not able to get test/test.rb to work on my Mac. Make went fine, and I installed the bundle, but then get this:
[Ned@NedsMacBook rploticus]$ ruby test/test.rb
/opt/local/lib/ruby/site_ruby/1.8/i686-darwin9/rploticus.bundle: dlopen(/opt/local/lib/ruby/site_ruby/1.8/i686-darwin9/rploticus.bundle, 9): Symbol not found: _PLS (LoadError)
Referenced from: /opt/local/lib/ruby/site_ruby/1.8/i686-darwin9/rploticus.bundle
Expected in: flat namespace
- /opt/local/lib/ruby/site_ruby/1.8/i686-darwin9/rploticus.bundle
from test/test.rb:1

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment