Plottting utilities for scientific papers within the Bessa Group
Project description
Bessa Plots
| GitHub | Documentation
Plottting utilities for scientific papers within the Bessa Group
First publication: February 3, 2026
Summary
Statement of need
Authorship
Authors:
- Martin van der Schelling (m.p.vanderschelling@tudelft.nl)
Authors afilliation:
- Delft University of Technology (Bessa Research Group)
Maintainer:
- Martin van der Schelling (m.p.vanderschelling@tudelft.nl)
Maintainer afilliation:
- Delft University of Technology (Bessa Research Group)
Getting started
Usage
Here is a minimal example of how to use savefig to generate publication-ready figures:
import matplotlib.pyplot as plt
import bessaplots
from bessaplots.savefig import savefig
# Use the specific bessaplots style
plt.style.use('bessaplots')
# Create a plot
fig, ax = plt.subplots()
ax.plot([1, 2, 3], [1, 4, 9])
ax.set_xlabel("Time [s]")
ax.set_ylabel("Displacement [mm]")
# Save the figure specifying the paper size
# This will save 'my_figure.pdf' optimized for A4 paper
savefig(fig, "my_figure", paper_size="a4")
Credits
- This package heavily inspired by SciencePlots.
Community Support
If you find any issues, bugs or problems with this package, please use the GitHub issue tracker to report them.
License
Copyright (c) 2026, Martin van der Schelling
All rights reserved.
This project is licensed under the BSD 3-Clause License. See LICENSE for the full license text.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bessaplots-0.3.0.tar.gz.
File metadata
- Download URL: bessaplots-0.3.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
044aca8fba80237e72bd81656598bdb73e341a99c1c4d2141595760c0ddab92b
|
|
| MD5 |
c3df367625e2c578255fd010ece17788
|
|
| BLAKE2b-256 |
b6d35429a53782f1cda353f323bf45ff2038841976798abe5610ffa7b5454948
|
File details
Details for the file bessaplots-0.3.0-py3-none-any.whl.
File metadata
- Download URL: bessaplots-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd21d49c061011d520e74eca83c7d3f702128cbeb05906ff95101dab9e159301
|
|
| MD5 |
77a13fe9c6c5e22b26ab1d84829487dd
|
|
| BLAKE2b-256 |
fa5baaf4434908fcf5687ac21e652e4e7119e36d4549119bd24ff9c5c613a72a
|