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.append(l.line.get_figure())
 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

Related branches

Sprints

Whiteboard

[Eugen]
really a great idea.
here's the link to the latest discussion concerning
https://answers.launchpad.net/yade/+question/227354

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.