Open Issues Need Help
View All on GitHub [Feature request] Add elements with `+= Plottable` 3 months ago
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