もっと、みやびちゃんぷりちー!

みやびちゃんぷりちー!

2011-01-28から1日間の記事一覧

s7graphviewでグラフをプロット!

試しにiPadで書いてみました。 // // GraphViewController.h // #import <UIKit/UIKit.h> #import "S7GraphView.h" @interface GraphViewController : UIViewController<S7GraphViewDataSource> { @private S7GraphView* graphView_; } @property (nonatomic, retain) IBOutlet S7GraphView* graphV</s7graphviewdatasource></uikit/uikit.h>…

iOSでグラフをプロット!

一先ず備忘録まずは、s7graphview iPhone用の高度なグラフライブラリ·s7graphview MOONGIFT http://macisv.jp/blog/?p=485 個人的メモ http://code.google.com/p/s7graphview/続いて、core-plot http://www.switchonthecode.com/tutorials/using-core-plot-i…