Skip to content

Zar-rok/bubble_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Plot

The purpose of this Python module is to automate the generation of the CSV file and the preparation of the Latex source file for the bubbleplot Latex package.

How to use the bubble_plot module?

Please follow the instructions of the Jupyter notebook usage_example.ipynb.

WIP

  • Implement, document, and test the bubble plot data generation.
  • Generate the Latex source code parametrised for a given bubble plot.
  • Provide an example of interaction with the bubble_plot module.
  • Document the Latex template variable & keys to manually define.
  • Add support to custom colour scheme for the bubbles (e.g. using seaborn).

To think about:

  • The field years is in the .sty. How to extract it to be configurable?
  • Remove all IO interactions from the bubble_plot module?

Python module documentation

First install sphinx. For example via: pip3 install sphinx.

Then, from docs/ run: make html && open _build/html/index.html

Run tests

Run python3 -m unittest test_bubble_plot.py

About

Python module to automate the creation of PGF/TikZ bubble plots.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published