News

Python module to plot chord diagrams with matplotlib. The code is hosted on Codeberg's Gitea and mirrored on GitHub. Please raise any issue you encouter on the issue tracker. Note that the repository ...
The class Acid must be imported from ph_diagrams. To create diagrams for the acetic acid: >>> from ph_diagrams import Acid >>> import matplotlib.pyplot as plt >>> fig, axs = plt.subplots(nrows=1, ...