タグ

dotに関するhimorogiのブックマーク (14)

  • (win用)graphvizで日本語を使う - short start 今日の小さな一歩

    ネットワークの描画ソフトとして有名な“Graphviz”.このソフト,ノード間の関係性をただ羅列していくだけで,あっという間に図化してくれるという素晴らしいソフトなのですが,初期設定の状態では日語表記に対応していないんですよね. 多くのサイトで,これの日語対応化が解説されているのですが,Linux向けのものが多く,Windowsに合わせたものがなかなか見つからない….また上級者向けのものが多く,理解に時間が….せっかく調べたので,日語対応のフローをここに記しておきます. 用意するもの ・(win用)graphvz-2.14.1(確認済み) ・TrueTypeFont(例.sazanamiフォント:http://sourceforge.jp/projects/efont/) 手順 1.TrueTypeFontをGraphviz関連のフォルダに格納する (例.C:\cygwin\user

    (win用)graphvizで日本語を使う - short start 今日の小さな一歩
  • Java Grappa - @//メモ

    これは何? † サンプルアプリ(NetBeans?プロジェクト) : GrappaExam.zip dot言語 グラフを表すための言語 スクリーンショットにあるように a -> b と書くと、ノード a から ノード b へアークが伸びる有向グラフになる Grappa ( http://www2.research.att.com/~john/Grappa/ ) dot言語をレタリング(描画)するための Java 部品 JPanel を継承した GrappaPanel? 上にグラフを描画する Grappa のできること グラフの描画 ノードやアークをマウスでクリックした際のイベントハンドラ 描画したグラフの印刷 Grappa にできないこと 画像としてグラフを出力する ノードの自動配置 ↑ Grappa は、ノードの自動配置ができない † Grappa には、ノードの自動配置アルゴリズムが実

  • 数列辞典

    The page you're looking for has moved, been replaced, or is currently unavailable to view. If you previously bookmarked a page and have now reached this message, check to make sure the link was not shortened, or go to our home page to find the page from there. We've been upgrading this site. If you selected a link on our site and reached this message, use the Back button to return to the previous

    数列辞典
  • CBRC – Just another WordPress site

    コンテンツへスキップ Computational Biology Research Consortium CBRC.JP

  • Doxygen

    Simplify Your Managed File Transfers with JSCAPE JSCAPE is a Flexible, Scalable MFT Solution That Supports Any Protocol, Any Platform, Any Deployment Platform Independent Managed File Transfer Server. JSCAPE is the perfect solution for businesses and government agencies looking to centralize your processes and provide secure, seamless and reliable file transfers. Meet all compliance regulations in

  • WinGraphviz

  • Graphviz

    Please join the Graphviz forum to ask questions and discuss Graphviz. What is Graphviz? Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual inter

  • Drawing graphs with dot Emden Gansner and Eleftherios Koutsofios and Stephen North January 26, 2006 Abstract dot draws directed graphs as hierarchies. It runs as a command line pro- gram, web visualization service, or with a compatible graphical interfac

    Drawing graphs with dot Emden Gansner and Eleftherios Koutsofios and Stephen North January 26, 2006 Abstract dot draws directed graphs as hierarchies. It runs as a command line pro- gram, web visualization service, or with a compatible graphical interface. Its features include well-tuned layout algorithms for placing nodes and edge splines, edge labels, “record” shapes with “ports” for drawing dat

    himorogi
    himorogi 2007/07/26
  • DOT Language

    The keywords node, edge, graph, digraph, subgraph, and strict are case-independent. Note also that the allowed compass point values are not keywords, so these strings can be used elsewhere as ordinary identifiers and, conversely, the parser will actually accept any identifier. An ID is one of the following: Any string of alphabetic ([a-zA-Z\200-\377]) characters, underscores ('_') or digits([0-9])

    himorogi
    himorogi 2007/07/26
  • DOT (graph description language) - Wikipedia

    DOT is a graph description language, developed as a part of the Graphviz project. DOT graphs are typically stored as files with the .gv or .dot filename extension — .gv is preferred, to avoid confusion with the .dot extension used by versions of Microsoft Word before 2007.[1] dot is also the name of the main program to process DOT files in the Graphviz package. Various programs can process DOT fil

    DOT (graph description language) - Wikipedia
    himorogi
    himorogi 2007/07/26
  • graphviz

    Graphviz 使いかた http://www.graphviz.org/ グラフ自動生成ツール 日語のマニュアルが見付からなかったので自分が使うところだけをまとめてみ る。 もちろん超意訳なので間違いが多々あると思いますので御了承下さい。(という かそんなにまじめに訳していない) 各種ツールの位置付け dot: 有向グラフ作成用 neato: 無向グラフ作成用 twopi: 放射状グラフ(radial layouts of graphs) circo: 循環グラフ(circular layout of graphs) fdp: 無向グラフ作成用 dotファイルは同じだけれど、これら各種グラフごとにレイアウトが異なる。 マニュアル コマンドライン解説 % dot [-(G|N|E)name=value] [-Tlang] [-l libfile] [-o outfile] [-v] [

  • Doxygen - Wikipedia

    Doxygen(ドキシジェンまたはドクシジェン)は、C++、C言語、Java、Objective-C、Python、IDL(CORBAおよびマイクロソフト形式)のためのドキュメンテーションジェネレータである。他にもPHP、C#、D言語、ActionScriptでもある程度利用可能。多くのUnix系システム、WindowsmacOSで動作する。Doxygenのコードの大部分は Dimitri van Heesch が書いた。 KDEは文書の一部にDoxygenを利用しており、KDevelopは組み込みでサポートしている。 概要[編集] Javadocのように、Doxygenはソースファイルのコメントから文書を抜き出す。Javadocの文法に加えて、Qtツールキットで使われるドキュメンテーションタグをサポートしており、HTML形式だけでなく、CHM、RTF、PDF、LaTeX、PostScr

  • Graphviz - Wikipedia

    Graphviz (Graph Visualization Software) は AT&T研究所が開発したオープンソースのツールパッケージであり、DOT言語で記述されたグラフ構造(ノードとエッジから成るネットワーク構造)を描画する。パッケージにはアプリケーションソフトウェアからツールを使うためのライブラリも含まれる。GraphvizはEclipse Public Licenseライセンスで提供されるフリーソフトウェアである。 アーキテクチャ[編集] Graphvizはグラフ記述言語であるDOT言語に基づいており[2]、DOTファイルを生成・編集する以下のツール群からなる。 dot 有向グラフをレイアウトして各種ファイル形式(PostScript、PDFSVGなど)を生成するコマンドラインツール neato dot の無向グラフ版 twopi 放射状のレイアウト用 circo 環状のレイ

  • Graphviz - mynote

    AT&Tのオープンソースでグラフ構造を描画するツール。 dot言語を用いて記述する。 Doxygenなんかで関数呼び出しやクラスの関連図の可視化にも使われているようだ。 簡単な使い方† A→B, B→C, C→Aの辺を持つ有向グラフの描画 test.dot digraph "g" { "A" -> "B" ; "B" -> "C" ; "C" -> "A" ; } で、test.dotをdottyかlneatoにわせると新しいウィンドウで描画する。 ファイルに書き出すときは、 dot -Kneato -Tgif test.dot -o test.gif 引数の-Kはレイアウトエンジンでcirco, dot, fdp, neato, twopiの5つのどれか。-Tは出力ファイルのフォーマットでdot, gif, jpg, png, ps, svgとか色々ある。 dottyの使い方† dot

  • 1