Concept Grid Plot

# >>> from techminer2.co_occurrence_network import concept_grid_plot # >>> chart = concept_grid_plot( # … # # … # PARAMS: # … field=’author_keywords’, # … # # … # SUMMARY PARAMS: # … conserve_counters=False, # … # # … # FILTER PARAMS: # … top_n=20, # … occ_range=(None, None), # … gc_range=(None, None), # … custom_terms=None, # … # # … # NETWORK PARAMS: # … algorithm_or_dict=”louvain”, # … association_index=”association”, # … # # … # DATABASE PARAMS: # … root_dir=”example/”, # … database=”main”, # … year_filter=(None, None), # … cited_by_filter=(None, None), # … ) # >>> chart.render(“sphinx/images/co_occurrence_network/concept_grid_plot”, format=”png”)

# .. image:: /images/co_occurrence_network/concept_grid_plot.png # :width: 900px # :align: center