Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Nyaplotの紹介@U-22プロコン
Search
domitry
October 06, 2014
Technology
1
150
Nyaplotの紹介@U-22プロコン
domitry
October 06, 2014
Tweet
Share
More Decks by domitry
See All by domitry
Topics about SciRuby @dcmodel/davis tutorial, Kobe
domitry
0
180
The Elements of Statistical Learning 読書会 3.4章
domitry
0
260
PCで絵をかこう!
domitry
0
540
JavaScript&可視化講習会#1
domitry
1
640
精神は物理的に記述できるか
domitry
0
130
RubyとFortranの話
domitry
0
330
Nyaplot - a data visualization tool for Ruby
domitry
3
680
D3.js入門
domitry
0
4.1k
3Dプリンタの使用感に関する考察
domitry
1
280
Other Decks in Technology
See All in Technology
KMP with Crashlytics
sansantech
PRO
0
140
OPENLOGI Company Profile
hr01
0
58k
AWSの生成AIサービス Amazon Bedrock入門!(2025年1月版)
minorun365
PRO
7
410
The future we create with our own MVV
matsukurou
0
1.8k
チームが毎日小さな変化と適応を続けたら1年間でスケール可能なアジャイルチームができた話 / Building a Scalable Agile Team
kakehashi
1
180
SpiderPlus & Co. エンジニア向け会社紹介資料
spiderplus_cb
0
660
30分でわかるデータ分析者のためのディメンショナルモデリング #datatechjp / 20250120
kazaneya
PRO
17
4.3k
商品レコメンドでのexplicit negative feedbackの活用
alpicola
1
190
最近のSfM手法まとめ - COLMAP / GLOMAPを中心に -
kwchrk
8
1.8k
Alignment and Autonomy in Cybozu - 300人の開発組織でアラインメントと自律性を両立させるアジャイルな組織運営 / RSGT2025
ama_ch
1
2.1k
三菱電機で社内コミュニティを立ち上げた話
kurebayashi
1
320
いまからでも遅くないコンテナ座学
nomu
0
210
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
133
9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
A Tale of Four Properties
chriscoyier
157
23k
Designing Experiences People Love
moore
139
23k
How to train your dragon (web standard)
notwaldorf
89
5.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
RailsConf 2023
tenderlove
29
970
Typedesign – Prime Four
hannesfritz
40
2.5k
Designing for humans not robots
tammielis
250
25k
The Language of Interfaces
destraynor
155
24k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
Transcript
Nyaplot v0.1.1 ⼤阪⼤学 基礎⼯学部 2年 ⻄⽥ 直樹 (※このページの画像は以下の通りライセンスされています)
Nyaplot Ruby向けのインタラクティブなプロット⽤ライブラリ データの解析・加⼯と可視化、プロットのWebへの出⼒を Rubyで⼀貫して⾏う プログラミング初⼼者の学⽣・研究者でも数⾏でプロット
インタラクティブ性 (1/2) Prototyping (試⾏錯誤しながらプロットを作る) 対話的に⾊決め、データ解析
インタラクティブ性 (2/2) Viewing (閲覧者がデータに触れることができる) PC・タブレット・スマホのブラウザで表⽰
Case 1: 物理系の研究室 教授「Strange Attractorの初期値鋭敏性を体感してもらう Webサイトを作りたい!」 Excelで試してから同じものをJavaScriptで実装する…?
None
None
Erbテンプレートへ notebookで書いたコードに数⾏の追加で実現 <title>Nyaplot</title> <script src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.14/require.min.js"></script> <script> </script> <form method="post" action="/">
<input type="submit" value="submit"> </form> <%= Nyaplot.generate_init_code %> <%= @frame.generate_body %> <%= str=""; @p.each{|k, v| str += "#{k}: <input type="\"text\"" name="\"#{k}\"" value="\"#{v}\""><br>"
Case2: 統計学のレポート 「⾵速・海⽔温・地震のデータをそれぞれ可視化し、考察 を含めてレポートにせよ」 matplotlibのプロットをpngで出⼒しepsに変換、TeXに張 り付け…?
None
レポート提出 ⾃動⽣成されたNotebookをDropboxへアップロード
Nyaplotの夢 「科学分野でRubyを使ってもらいたい!」 現在使われている⾔語はバラバラ (例えば解析:R, 可視化:matplotlib, 出⼒: Rails) 利⽤者(学⽣・研究者)にはフラストレーションの溜まる状 況
Nyaplotは最先端 JavaScriptの台頭で情勢が変わりつつある 各⾔語のライブラリがこぞってJavaScriptと連携 PythonのBokeh, matplotlib, Plotlyなど Nyaplotはその中でも最先端 WebGLでの3Dプロットのサポート IRuby notebookとの密な連携
まとめ Ruby向けプロットライブラリNyaplot ⾼い⽣産性(数⾏で複雑なプロットができる) インタラクティブ性 Prototyping (対話的なプロットの作成) Viewing (ブラウザでプロットに触る) Nyaplotの未来 Rubyの科学分野での普及
Nyaplotは最先端(JavaScript, WebGL)
補⾜
拡張機能 RubyとJavaScriptで⾮常に短く実装 地図を実装するのにRuby約100⾏+JavaScript約200⾏ これだけで国別に塗り分けしたり気候情報を地図上にプロ ットできる
拡張機能 Plot, Diagram, Scale等にモジュール分け 両者は同じDiagram(Nyaplot::Diagrams::Scatter) 座標系のみを新しく定義し同じDiagramを⼆度実装しない
⼆種類のAPI 簡単なプロットと複雑なプロットの両⽅を簡潔に作りたい 統⼀された2つのAPI 簡単なプロット: Arrayベース 複雑なプロット: DataFrameベース
DataFrameベース R⾵, データを解析・加⼯する際に向いている DataFrameを作った後、⾏(column)の名前を指定 df = DataFrame.from_csv("path_to_csv_file") sc = plot.add_with_df(df,
:scatter, :x, :y) sc.fill_by(:home) sc.shape_by(:home) sc.tooltip_contents([:name, :home])
Arrayベース matplotlib⾵, データがRubyのオブジェクトとしてすでにあ る場合に有⽤(Strange Attractorの例など) 配列(Array)をそのまま代⼊してプロット plot.add(:bar, [:hoge, :hunya, :nyaa],
[0.3, 1.0, 2.0])
その他のプロット :2D View notebook
その他のプロット :3D View notebook
その他のプロット :Mapnya View notebook
その他のプロット :Bionya View notebook