File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ impl EGraph {
57
57
stmt!( GraphAttributes :: compound( true ) ) ,
58
58
// Set default sub-graph rank to be same so that all nodes in e-class are on same level
59
59
stmt!( SubgraphAttributes :: rank( rank:: same) ) ,
60
- stmt!( GraphAttributes :: fontname( "helvetica " . to_string( ) ) ) ,
60
+ stmt!( GraphAttributes :: fontname( "monospace " . to_string( ) ) ) ,
61
61
stmt!( GraphAttributes :: fontsize( 9.0 ) ) ,
62
62
stmt!( GraphAttributes :: margin( 3.0 ) ) ,
63
63
stmt!( GraphAttributes :: nodesep( 0.05 ) ) ,
@@ -67,7 +67,7 @@ impl EGraph {
67
67
stmt!( GA :: Node ( vec![
68
68
NodeAttributes :: shape( shape:: none) ,
69
69
NodeAttributes :: margin( 0.0 ) ,
70
- NodeAttributes :: fontname( "helvetica " . to_string( ) )
70
+ NodeAttributes :: fontname( "monospace " . to_string( ) )
71
71
] ) ) ,
72
72
// Draw edges first, so that they are behind nodes
73
73
stmt!( GraphAttributes :: outputorder( outputorder:: edgesfirst) ) ,
You can’t perform that action at this time.
0 commit comments