Closed Pepesob closed 4 months ago
This is a nice design ! Can it be extended (maybe in future PR) to handle TMultiGraph as well ? I would like to save plots with different data series. Each serie would be separate collection of x,y pairs. Each serie may have different number of points.
@all-contributors please add @Pepesob for code
@jpivarski
I've put up a pull request to add @Pepesob! :tada:
Implemented function
as_TGraph()
that gives to user possibilty to save DataFrame (or any dict like object) as TGraph. Example of usage:List of arguments:
How does it work: