Jeffrey Erlich

Results 29 comments of Jeffrey Erlich

I still have this issue. My workaround was to save as SVG and then convert the SVG to PDF.

I am not sure what you mean by "with GR alone". Do you mean not using Julia ? Or not using plots.jl?

why was pandas banned?

Is a `utils.datafetch` module allowed that would have a function that took a dataset name and returned an NDARRAY (or whatever type is specified in the csv)?

got it. I would have voted for a central NMA helper module in pypi. ok, we will stick with our find/replace scripts.

There is a solution that doesn't (I think) have any of the problems you mentioned @mwaskom . Instead of putting the code in a module that needs to run in...

Yes, it would be nice if the print functions works for Duals

It is frustrating that this PR (and other PR) related to VonMises are not resolved and merged. The current implementation gives unexpected results. It seems that the simplest solution to...

I have used a workaround of using `cowplot::draw_label`. You can put latex text anywhere you want. but it does require a bit of fiddling to get the position just right.

``` dat = DataFrame(Result=[1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1], Treatment=[1, 1, 1, 2, 2, 2, 1, 1, 1, 2, 2, 2], Other=string.([1, 1, 2,...