Deprecated: Array and string offset access syntax with curly braces is deprecated in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/init.php on line 542
ja:root:tmultigraph [GiriWiki]

ユーザ用ツール

サイト用ツール


ja:root:tmultigraph

以前のリビジョンの文書です



Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/handler.php on line 1458

Warning: Declaration of syntax_plugin_note::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line 79

Warning: Declaration of syntax_plugin_note::render($mode, &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line 101

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3120 in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

====== TMultiGraph ====== 複数のグラフを1つにして扱ったりできる。\\ 複数のグラフをマージして、Fitしたりという使い方ができる。 ---- ===== 使い方 ===== TGraph *gr1 = new TGraph(... ; TGraphErrors *gr2 = new TGraphErrors(... ; TMultiGraph *mg = new TMultiGraph(); mg->Add(gr1,"lp"); mg->Add(gr2,"cp"); mg->Draw("a"); mg->Fit("pol1"); GetXaxisしたり、統計BOXをとってきたりなどするときは、%% gPad->Update() %% を先にしてやらねばならない。 (axis等はグラフがDrawされて初めて生じるものだから、だそう。)

ja/root/tmultigraph.1408457122.txt.gz · 最終更新: 2014/08/19 14:05 by kota