great-northern-diver/loon

Inspectors Source Code

chriskuchar opened this issue · 0 comments

Hey again,

Can you direct me to the source code of how the function loon_inspector_factory creates an l_plot inspector? I have looked through inspectors.R, but I am in need of the code for what loon_inspector_factory does on the back end. Specifically, how are the plot, select, and modify portions of an l_plot_inspector coded? Is this strictly in tcl, or is it in R?

As well, is there more back end code for loon_plot_factory?

I am trying to create my own type of plot, and want to create my own inspector with loon_inspector_factory, as well as use loon_plot_factory to create my plot but with certain features from different inspectors.

Thanks,
Chris Beckett

Update:
I found the tcl source code.