Change default to not confuse people
parent
1702c20a14
commit
2413fcb91f
|
@ -38,7 +38,7 @@ struct GTSAM_EXPORT DotWriter {
|
||||||
explicit DotWriter(double figureWidthInches = 5,
|
explicit DotWriter(double figureWidthInches = 5,
|
||||||
double figureHeightInches = 5,
|
double figureHeightInches = 5,
|
||||||
bool plotFactorPoints = true,
|
bool plotFactorPoints = true,
|
||||||
bool connectKeysToFactor = true, bool binaryEdges = true)
|
bool connectKeysToFactor = true, bool binaryEdges = false)
|
||||||
: figureWidthInches(figureWidthInches),
|
: figureWidthInches(figureWidthInches),
|
||||||
figureHeightInches(figureHeightInches),
|
figureHeightInches(figureHeightInches),
|
||||||
plotFactorPoints(plotFactorPoints),
|
plotFactorPoints(plotFactorPoints),
|
||||||
|
|
Loading…
Reference in New Issue