Skip to main content

A matplotlib wrapper for defered plots and plotting styles.

Project description

Meta

Python

Documentation Status

Testing

Unittest Status

Unittest coverage

PyPi

PyPi package

PyPi version

Anaconda

Anaconda version

Anaconda downloads

Overview

MPSPlots is a personal plotting library developed as a streamlined wrapper around two popular visualization tools: Matplotlib for 2D plotting and PyVista for 3D visualization. This library was created with the goal of balancing ease-of-use with flexibility, allowing users to produce consistent plots for scientific publications. Initially developed to standardize the author’s scientific plots, MPSPlots continues to evolve, providing a customizable yet simple interface for a wide range of plotting needs.

Key Features: - Intuitive and straightforward API, abstracting common plotting tasks. - High-quality outputs tailored for scientific journals. - Seamless integration with Matplotlib and PyVista. - Easily customizable plots without sacrificing flexibility.

The motivation behind this library was to make complex plotting routines more accessible while maintaining the ability to fine-tune results as needed, making it ideal for researchers and scientists who require consistent, publication-ready plots.


Installation

To install the library from PyPI, simply use pip, or conda:

pip install MPSPlots
conda install --channels martinpdes mpsplots

For a development version, clone the GitHub repository and install the dependencies manually:

git clone https://github.com/MartinPdeS/MPSPlots.git
cd MPSPlots
pip install -r requirements/requirements.txt

This setup ensures that you have access to the latest updates and features under active development.


Usage

MPSPlots can be integrated into your scientific workflow with minimal effort. Here’s a simple example showing how you can create a 2D Matplotlib plot:

from MPSPlots.render2D import Scene

plot = Scene()
plot.add_line(x_data, y_data, label="Sample Line")
plot.show()

For more complex 3D visualizations using PyVista:

from MPSPlots.render3D import Scene

plot = Scene()
plot.add_surface(mesh)
plot.show()

Whether it’s a 2D line chart or a 3D surface plot, MPSPlots makes it simple to generate publication-quality visualizations quickly.


Testing and Development

If you want to contribute to the project or test it locally, follow these steps to set up your development environment:

  1. Clone the repository:

    git clone https://github.com/MartinPdeS/MPSPlots.git
    cd MPSPlots
  2. Install dependencies:

    pip install -r requirements/requirements.txt
  3. Run the tests with coverage:

    coverage run --source=MPSPlots --module pytest --verbose tests
    coverage report --show-missing

These commands will ensure that you have all the necessary dependencies and will run the tests, providing you with a detailed report on code coverage and any potential issues.


Documentation

Detailed documentation for MPSPlots is available here, where you’ll find a comprehensive guide to the library’s usage, examples, and API references. Whether you’re a beginner or an advanced user, the documentation provides clear instructions and examples to help you get the most out of the library.


Contributing

MPSPlots is an open-source project under continuous development, and contributions are welcome! Whether it’s bug fixes, new features, or improvements to documentation, any help is appreciated. If you’re interested in collaborating, please feel free to reach out to the author.

If you’d like to contribute:

  1. Fork the repository and create your feature branch:

    git checkout -b feature-branch
  2. Commit your changes and push your branch:

    git commit -m "Add new feature"
    git push origin feature-branch
  3. Create a Pull Request on GitHub.


Contact Information

As of 2023, MPSPlots is actively maintained and open to collaboration. If you’re interested in contributing or have any questions, don’t hesitate to reach out. The author, Martin Poinsinet de Sivry-Houle, can be contacted via:

The project continues to evolve, and your contributions are encouraged!


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

mpsplots-1.8.8.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mpsplots-1.8.8-py3-none-any.whl (1.4 MB view details)

Uploaded Python 3

File details

Details for the file mpsplots-1.8.8.tar.gz.

File metadata

  • Download URL: mpsplots-1.8.8.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for mpsplots-1.8.8.tar.gz
Algorithm Hash digest
SHA256 5ff4f8499db9991eb5fcfc669b9aebc290f05375ae6671cd235b266eaa5aaded
MD5 2a33c6e6a969416530855a37d2a88a78
BLAKE2b-256 378d3a5b1fb44efee70608bbef059b004f1a33b26b21667e463a7bc643aae43a

See more details on using hashes here.

File details

Details for the file mpsplots-1.8.8-py3-none-any.whl.

File metadata

  • Download URL: mpsplots-1.8.8-py3-none-any.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for mpsplots-1.8.8-py3-none-any.whl
Algorithm Hash digest
SHA256 414a917eea7b6f90220893a5f87d7920ca41fc805d61f33b1ba94f1effca3d95
MD5 8940da13a1a38bb79d43e4fe769c640e
BLAKE2b-256 a79563b5d82e8deda09622612568311494a78c291b74ddcd7ecbaa577c2df362

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page