BibVisualizationExpress is a small Python library for quick visualizing bibliographic data. The library uses .csv data which can either be provided by file or directly crawled from scopus by using pybliometrics, a Scopus API for python.
Currently this library provides three functions for visualization:
plot_records_over_time()
plot_world_map_country_count()
plot_keyword_worldcloud()
Easiest to install all dependencies is using conda:
conda env create -f environment.yml
conda activate bibvis
Check out the example notebook, which gives a good overview.
If you like the library feel free to contribute!
MIT license, see LICENSE