matplotlib compatable?

Asked by gcallaghan

Is this library compatable with matplotlib as a front end graph formatting class?

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
chrismd
Solved:
Last query:
Last reply:
Revision history for this message
Best chrismd (chrismd) said :
#1

No, Graphite has its own custom light-weight rendering engine. Matplotlib is an extremely powerful library and in the future we may potentially use it for graph generation. In the mean time, if you wish to use matplotlib to generate graphs of data that is stored in Graphite, you can use Graphite's URL API to retrieve the raw data. Specific instructions on how to do this are at http://graphite.wikidot.com/url-api-reference under the section labeled "Getting raw numerical data out of Graphite".

Revision history for this message
gcallaghan (grant-callaghan) said :
#2

Thanks chrismd, that solved my question.