Phil Heller wrote:
> Has there been any work on adding a title or units to charts?
I made a patch that contains some modifications needed for my current project,
it's still in development, but you can have a look at it,
you'd need [xy]TickFormatFunction from it,
those are for formatting x/y labels, so you can display whatever units you want,
e.g. bytes/time: http://tg.x-net.hu/src/plotkit/plotkit.png
diff is here: http://tg.x-net.hu/src/plotkit/plotkit-0.9.1-tg.diff
--
tg
Phil Heller wrote:
> Has there been any work on adding a title or units to charts?
I made a patch that contains some modifications needed for my current project,
it's still in development, but you can have a look at it,
you'd need [xy]TickFormatFunction from it,
those are for formatting x/y labels, so you can display whatever units you want,
e.g. bytes/time: http://tg.x-net.hu/src/plotkit/plotkit.png
diff is here: http://tg.x-net.hu/src/plotkit/plotkit-0.9.1-tg.diff
--
tg
PS: resending, seems like google delivered my previous mail to /dev/null..
On 17 May 2009, at 04:16, Phil Heller wrote:
> Has there been any work on adding a title or units to charts?
I did some work on this a while ago, but haven't yet got round to
integrating the change back into the PlotKit codebase. One of my
projects requires this soon though, so I will need to do this before
too long (within the next few weeks). When I do it will go into http://github.com/ept/plotkit
-- or if you want to contribute something of the like, please feel
free to send it over and/or clone the repository and send a pull
request.
Cheers
Martin