0
2
0
... | ... |
@@ -152,6 +152,6 @@ |
152 | 152 |
g(_g), os(_os), |
153 |
_coords(dim2::Point<double>(1,1)), _nodeSizes( |
|
153 |
_coords(dim2::Point<double>(1,1)), _nodeSizes(1), _nodeShapes(0), |
|
154 | 154 |
_nodeColors(WHITE), _arcColors(BLACK), |
155 | 155 |
_arcWidths(1.0), _arcWidthScale(0.003), |
156 |
_nodeScale( |
|
156 |
_nodeScale(.01), _xBorder(10), _yBorder(10), _scale(1.0), |
|
157 | 157 |
_nodeBorderQuotient(.1), |
... | ... |
@@ -498,3 +498,3 @@ |
498 | 498 |
/// \sa autoNodeScale() |
499 |
GraphToEps<T> &nodeScale(double d) {_nodeScale=d;return *this;} |
|
499 |
GraphToEps<T> &nodeScale(double d=.01) {_nodeScale=d;return *this;} |
|
500 | 500 |
///Turns on/off the automatic node width scaling. |
... | ... |
@@ -551,3 +551,3 @@ |
551 | 551 |
/// equal to \c d. |
552 |
GraphToEps<T> &arcWidthScale(double d) {_arcWidthScale=d;return *this;} |
|
552 |
GraphToEps<T> &arcWidthScale(double d=.003) {_arcWidthScale=d;return *this;} |
|
553 | 553 |
///Turns on/off the automatic arc width scaling. |
0 comments (0 inline)