Saturday, December 21, 2019

Plot Themes


DG=GraphData["DesarguesGraph","Graph","All"];
PT={ "Classic","Business","Detailed",
"Scientific","Minimal","Web","Marketing"};
Multicolumn[Table[GraphPlot[DG[[i]],
PlotTheme->PT[[i]],PlotLabel->PT[[i]]],{i,7}],4]


No comments:

Post a Comment