Developers, Over the last few days I have integrated a heavily modified version of Mark Plaksins patch into RRDtool 1.3dev. The result is a new interface to the RRDtool graph function called 'graphv' or when calling from C 'rrd_graph_v'. The new interface returns a lot of meta-data about the graph in rrd_info style. This even includes the graph itself when called with '' or '-' as the name of the graph.
The new call is supported on the RRDtool command line, Perl and ruby bindings. Unfortunately I am not very familiar with writing python bindings, so this is left as an exercise to an avid python hacker (the current python bindings do NOT include proper rrd_info bindings, but rather an independent reimplementation of the same functionality). The meta information returned contains additional information about the graph. Most notably the location of the actual graph inside the image. Thanks Mark for getting me started on this! With this addition I am down to fixing some bugs mentioned on the rrd traq but we should go rc pretty soon. cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 213 9902 _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
