Change default to not confuse people

release/4.3a0
Frank Dellaert 2022-01-18 20:10:18 -05:00
parent 1702c20a14
commit 2413fcb91f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ struct GTSAM_EXPORT DotWriter {
explicit DotWriter(double figureWidthInches = 5,
double figureHeightInches = 5,
bool plotFactorPoints = true,
bool connectKeysToFactor = true, bool binaryEdges = true)
bool connectKeysToFactor = true, bool binaryEdges = false)
: figureWidthInches(figureWidthInches),
figureHeightInches(figureHeightInches),
plotFactorPoints(plotFactorPoints),