summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex b/Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex
index 3950a9062e1..cd6851466a3 100644
--- a/Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex
+++ b/Master/texmf-dist/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex
@@ -7,7 +7,7 @@
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.
-\ProvidesFileRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex,v 1.7 2012/11/20 23:34:18 tantau Exp $
+\ProvidesFileRCS{pgflibrarygraphdrawing.force.code.tex}
@@ -34,23 +34,23 @@
%
initial step dimension/.graph parameter=number,
initial step dimension/.parameter initial=0,
- %
+ %
convergence tolerance/.graph parameter=number,
convergence tolerance/.parameter initial=0.01,
%
spring constant/.graph parameter=number,
spring constant/.parameter initial=0.01,
- %
+ %
approximate electric forces/.graph parameter=boolean,
approximate electric forces/.parameter initial=false,
approximate electric forces/.default=true,
- %
+ %
electric force order/.graph parameter=number,
electric force order/.parameter initial=1,
%
% Parameters related to the multilevel approach where the input graph
% is iteratively coarsened into graphs with fewer nodes, until either
- % the number of nodes is small enough or the number of nodes in the
+ % the number of nodes is small enough or the number of nodes in the
% could not be reduced by at least a user-defined ratio.
%
coarsen/.graph parameter=boolean,
@@ -103,10 +103,10 @@
algorithm=pgf.gd.force.SpringHu2006
}
-
+
%
% Spring-electrical algorithm based on the paper
-%
+%
% "Efficient, High-Quality Force-Directed Graph Drawing"
% Yifan Hu, 2006
%