cmu-lib / bridgesofPittsburgh

Code and documents associated with the Bridges of Pittsburgh DH project at CMU
7 stars 2 forks source link

Find faster graph plotting methods #59

Closed mdlincoln closed 6 years ago

mdlincoln commented 6 years ago

While R's plotting devices are really good for getting pixel-perfect graphics, they're sloooowwww. Right now, trying to draw the whole PGH network takes 30-40 minutes, no matter what size of file we're generating.

While this is OK for print, it'd be useful to have a faster way to view iterations while debugging the network visuals.

others?