You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haskell Charts
Why didnt allow function for direct drawing on canvas? There is
updateCanvas function in Graphics.Rendering.Chart.Gtk module but it
doesn't export this function. Until I looked at the source, I did not
even know about the existence of such a function. Therefore, for such
purposes, I renders the chart in the file and then load it, but in
this case it was very inconvenient to implement scaling when resizing
the window. I think this feature must be opened for public use.
PS. Thank you for this wonderful library.
Tim Docker
unread,
Oct 22, 2010, 7:20:21 PM10/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haskell...@googlegroups.com
The only reason this function wasn't exported is that I thought that it was short and hence easy to reproduce/modify in client code.
But there's no reason not to export it, so I've just pushed a patch to do so.