An object oriented wrapper combining the functionalities of Matplotlib and SciPy

1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a feature in the GraphingLib Python library to allow adding single Plottable objects to SmartFigures using the += operator, improving the user experience by simplifying the syntax for adding elements. This involves modifying the internal data structures and methods of the SmartFigure class to handle single Plottable additions gracefully, potentially using a custom list-like object.

Complexity: 3/5
enhancement help wanted smart figure

An object oriented wrapper combining the functionalities of Matplotlib and SciPy

Python