Open rayk opened 7 years ago
Thanks for the detailed issue. I'm not sure which specific issue you're running into. You said at the beginning that you couldn't get it working but it seems like you have most of the features working by the end. If there a specific problem you can't get past?
Hi Jason
Sorry for the lack of clarity.
The core question is:
The doco states the prc
is deprecated (0.3.1) in favor of proto-repl-charts
is this correct? If so, how do I just charting working without requiring in prc
?
Long last I have project where charting from the REPL solves so many issues... But for the life of me I can not getting it to run.. So I shall share all the thing things I have tried.
Setup
This Gist contains my full github config
Steps
Alt CMD L
Start the repl... No problems starts in the user namespace.(in-ns 'cljlab.core)
works no problems.cljlab.core
So let's do a simple table, as per instructions
(proto-repl-charts.table/table "Table Name" data-table)
into the file and execute the block.I understand this to mean that proto-repl-charts...... can not be loaded. Well I can not require it in, assuming there is not class... But try anyhow.
When autocomplete and all else falls check out the doco... So I found the namespace prc in the doco.
But appears to be
Deprecated.
Yet it appears to work...and it makes a table...
Well sort of the Vector has five elements but the table has six row...
This also appears cool.
So here is the question... Is the Doc out of date, or have I gotten the wrong end of the stick?
Any insight appreciated... Thanks in advance.
Ray.
BTW: Happy to fix it and give you a pull request, just want some direction and thinking on your picture.