Jonathan Shore
Jonathan Shore
I have a situation where I want to call a function via rttr reflection where one of the arguments is a pointer to a base class: ```method (shared_ptr, ...)``` Elsewhere...
I am attempting to build master on osx. It seems that the choice of flags used by the build are such that one of the unit tests does not compile:...
Correct me if I am wrong, but it is not possible(?) to create a multi-facet plot with continuous facets where one of the facets reverses the x (y) axis in...
The default colors and fills used by plotnine are not the same as the R ggplot. I don't consider this a bug, but would like to reproduce the same colors....
I added a setup.py file, so that **gcforest** can be installed as a python package.
## Problem I have a series of PlotModels (Views) where I want to align 1 axis. For example I may have a series of plots aligned vertically with the same...
I have not been able to figure out how to allow for case-insensitive keys / paths when pulling fields from a configuration. I do not want to require the user...
I cannot determine what the API will send back in the following scenarios from paper trading, as my orders tend to always be filled. __Scenario 1__ An IOC limit order...
Due to the code in grid_plot which clears out tools in each figure, this also has the effect of losing callbacks set for a given tool function (for example tool_tap)....
The **toolbar_location** works fine with one figure, however is ignored (and the default is used) with a grid setup. I'll see if can determine how to fix this, in the...