Helios De Rosario

Results 55 comments of Helios De Rosario

> By the way, this is really funny because I was thinking to do exactly something along these lines next month, where I will be spending some time doing quality...

Thanks for submitting this issue. Unfortunately, rotating the tick labels is not possible right now. I'll have a look into this, but maybe it will require digging into low-level graphical...

Also check: - [ ] https://github.com/jheinen/GR.jl/commit/7c08ae0b925db601fa3bbe174dca8bd062b34960 - [x] https://github.com/jheinen/GR.jl/commit/3584cf44bdcdc27ddcf139ef0bcb3448b33f9e5f - [x] https://github.com/jheinen/GR.jl/commit/1dfafe20c6eaa7b7dd18ddda99adc84edf5a9b58 - [x] https://github.com/jheinen/GR.jl/commit/77602cf7e203f6a1129d9949c7840bdedc72037f

Thanks for the comment. The functions of the package are based on Cohen's book "Statistical power analysis for the behavioral science", which is referred in the documentation, and all details...

If what you want is to include examples in docstrings that produce an image, and then show them in the documentation pages (without repeating yourself), this workaround does the trick:...

I fully agree with the idea - since the beginning I was thinking on this repo as a sandbox to experiment with a module that could be eventually merged into...

I do not fully understand the following: > We should add an optional "immediate" mode to (automatically) display plots with each workstation update (updatews). `GR.updatews` is now called in the...

Ok. About invoking `draw` for every plotting command: the fix would be really easy: change a line of the macro `@plotfunction` that creates the plotting functions, such that instead of...

There may be other compatibility issues to look at. The differences between GRUtils and GR's API are listed here: https://heliosdrm.github.io/GRUtils.jl/stable/#Relationship-with-GR's-API-1 > * All the plotting functions that can take matrices...

Created #52 and #53 to deal with the issues of polar plots and the interface of `imshow` separately.