~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to help/graphs/W60

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
digraph G{
2
 
 rankdir=TB;
3
 
 node[fontsize=8 width=0.2 height=0.2];
4
 
 edge[fontsize=10 color="darkgreen"];
5
 
 W60[label="W60.2"];
6
 
 MAT[label="LiNbO3:Fe" shape="note"]
7
 
 WEIGHT[label="11.2 mg" shape="rectangle"];
8
 
 W60->MAT[label="material"];
9
 
 W60->WEIGHT[label="weight"];
10
 
}
11