easygraph.functions.drawing.plot module#

easygraph.functions.drawing.plot.plot_Betweenness_Centrality(G, SHS)[source]#

Returns the CDF curves of “Betweenness Centralitys” of SH spanners and ordinary users in graph G.

Parameters:
  • G (graph) – A easygraph graph.

  • SHS (list) – The SH Spanners in graph G.

Returns:

plt – the CDF curves of “Betweenness Centrality” of SH spanners and ordinary users in graph G.

Return type:

CDF curves

easygraph.functions.drawing.plot.plot_Connected_Communities(G, SHS)[source]#

Returns the CDF curves of “Number of Connected Communities” of SH spanners and ordinary users in graph G.

Parameters:
  • G (graph) – A easygraph graph.

  • SHS (list) – The SH Spanners in graph G.

Returns:

plt – the CDF curves of “Number of Connected Communities” of SH spanners and ordinary users in graph G.

Return type:

CDF curves

easygraph.functions.drawing.plot.plot_Followers(G, SHS)[source]#

Returns the CDF curves of “Number of Followers” of SH spanners and ordinary users in graph G.

Parameters:
  • G (graph) – A easygraph graph.

  • SHS (list) – The SH Spanners in graph G.

Returns:

plt – the CDF curves of “Number of Followers” of SH spanners and ordinary users in graph G.

Return type:

CDF curves

easygraph.functions.drawing.plot.plot_Neighborhood_Followers(G, SHS)[source]#

Returns the CDF curves of “Arg. Number of Followers of the Neighborhood Users” of SH spanners and ordinary users in graph G.

Parameters:
  • G (graph) – A easygraph graph.

  • SHS (list) – The SH Spanners in graph G.

Returns:

plt – the CDF curves of “Arg. Number of Followers of the Neighborhood Users “ of SH spanners and ordinary users in graph G.

Return type:

CDF curves