[Openmcl-devel] GraphSketcher Anyone? (or: can I write to the clipboard)

Steven Núñez sales at illation.com
Sun Dec 21 09:15:32 PST 2014


Has anyone out there had an opportunity to integrate or drive the recently open-source Omni GraphSketcher<https://github.com/graphsketcher/GraphSketcher> application from CCL? I’m brushing up on my statistics and find that while GraphSketcher does an adequate job of displaying plots while doing experiments, its method of handling data imports is a bit clumsy. You have to copy & paste data into it, which typically means a workflow of: generate CSV file -> open CSV file -> copy data -> go to GraphSketcher -> paste data

This should be easier. Even being able to drag a data file would be simpler, but sadly that’s not available in GraphSketcher. I thought about modifying GraphSketcher, but ObjectiveC/Xcode/Coding Signing path seems too steep to justify the return, and I want to see if there a way to get at this application from the CCL side.

One of the quickest ways I suppose would be to write my output data directly to the clipboard, so that I then need just go to GraphSketcher and paste it. Does anyone have any examples of this in CCL? Something like (with-clipboard …) analogous to the (with-open-file …) macro would be a handy thing to have.

Regards,
- Steve




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20141221/cea8bf4d/attachment.htm>


More information about the Openmcl-devel mailing list