Add a getFigs() method to allow users to personalise their plots.
Registered by
Kneib François
Hi,
I tried last week to personalize a plot via the matplotlib methods, but I didn't found a way to get the figures objects of the plot. So I suggest to add this method to plot.py :
def getFigs():
figs=[]
for l in currLineRefs:
l.update()
figs.
return figs
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
[Eugen]
really a great idea.
here's the link to the latest discussion concerning
https:/
(?)