Dr. Juno Woods
Dr. Juno Woods
Replaces #581, #569, #444 (hopefully)
With this very simple minimum working example, nothing is displayed unless I add the `layout` argument. ``` from transitions_gui import WebMachine import time states = ['locked', 'auto', 'spray', 'overflow'] #...
Moved Analysis to SciRuby. Added a parse function for Statsample::Excel, which SciRuby now uses to read files it has already opened.
# It'd be great if I could do differentiation on vectors and matrices. (Is this something that can be done in Python SymEngine right now?) http://docs.sympy.org/latest/modules/matrices/expressions.html I'd like to be...
I just did a fresh install of symengine and symengine.rb on an Ubuntu VM. My Ruby is 2.3.0 in rbenv (user install). There are no errors when I build/install the...
I played around with making plotrb work with iruby all day today, but no luck so far. Vincent already works with iPython, so it should be a simple matter to...
I have the field `:common_name` in one of my data sets, and it gets turned into this: ``` { "name": "minerals", "values": [ { "commonName": "almandine", "low": 371, "high": 395...
Can't find much documentation on creating legends. =/
I think there are still some problems with the group mark. In particular, to get things to the right height in grouped_bar, I have to include a `mult` in several...
From #617 it came to our attention that our Travis configuration is a bit out-of-date. #610 is slightly different — this is correcting the existing configuration, which still needs to...