Upgrade to Pro — share decks privately, control downloads, hide ads and more …

RubyMotion - Building Interactive Data Visualization Charts

Amit Kumar
March 29, 2013

RubyMotion - Building Interactive Data Visualization Charts

MotionPlot a Ruby Wrapper on top of CorePlot for creating charts on iOS with a JSON like structure. Look at https://github.com/toamitkumar/motion-plot for details.

Amit Kumar

March 29, 2013
Tweet

More Decks by Amit Kumar

Other Decks in Technology

Transcript

  1. LICENSED ➡ Various charts ➡ Theming, Legends, Animation ➡ Panning,

    Zooming, Selection ➡ $2K Shinobi ➡ Various charts ➡ 3D graphs ➡ $5K KeepingEdge iOS:Charts Monday, April 8, 13
  2. is a plotting framework for OS X and iOS. It

    provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation Core Data, and Cocoa Bindings Monday, April 8, 13
  3. INSTALL • gem install ‘motion-plot’ • pod setup (if you

    are using cocoa-pods for the first time) • require ‘motion-plot’ in your `Rakefile` • gem ‘motion-plot’ in your `Gemfile` • bundle • pod setup (if you are using cocoa-pods for the first time) Monday, April 8, 13
  4. WHAT IT DOES NOT DO Combined Chart - WIP Gesture

    and Orientation support Testing - MacBacon / Calabash Monday, April 8, 13