Rob Story

Results 16 comments of Rob Story

Rickshaw actually doesnt support axis titles. Let me see what I can hack together.

Not yet- you might find some success in hacking the HTML template directly.

Yep, that would be valuable. This is kind of tied into iPython notebook integration- stay tuned, I'm definitely going to be working on this over the next month.

Ok- it might take a little bit of work to build the looping into the jinja template so that you can stack charts, and possibly some queue.js-ing because of the...

To clarify: you're asking if Malort could take a bunch of JSON that you don't know anything about, and produce a valid json-schema? Hmmmmmmmmmmmmmmmmmmmmmmmmm this is an interesting request! I've...

Uh oh! I'll jump on it tonight and make sure everything is working properly again, perhaps with a new PR with an updated version of the Vega stuff that can...

I'm a little stumped, Mike. The examples work fine on both a windows machine and my mac, each running a different flavor of Python 2.7. One thing I did change...

Yep, lets keep it open. I'll put some work into doing some proper package building, so that eventually we can push to PyPI. `pkg_resources` is a start, because now its...

Good catch @kern3020. Thanks!

Left out an important detail: when you try to import from a library like protobuf, you get the following error: ``` from google.protobuf.json_format import ParseDict ImportError: No module named protobuf.json_format...