Helios De Rosario
Helios De Rosario
Yes, the high-level API of GR is being revised. Hopefully it will be ready soon, but if you can't wait, for the time being you may use the experimental version...
Maybe this was closed by de79425d (released in GR v0.46.0)?
> You should use `GR.fillarea(tbx, tby)` to show the text bbox (it might be rotated) or use the same coordinate system (`GR.selntran(0)`) for text and rectangles. Ok. It seems that...
I don't have time to dedicate myself now to this, but when I rewrote the module `jlgr` in GRUtils, one of the main purposes was to make the structure of...
> Is there a reason not to merge GRUtils.jl with GR.jl and start working on a common codebase for the recipes? Maybe that the current situation "just works", other issues...
Other commits in GR to look at: https://github.com/jheinen/GR.jl/commit/c01c041c4f3140793c4840b3db69e39e999306a5 https://github.com/jheinen/GR.jl/commit/f95cec7752d6bd70c92de906c35772fe3df3c538
Thanks. I think this should be solved either in GR.jl, or maybe even in the C library (see my answer in the linked issue on GR.jl)
There are further differences in the case of polar histograms: * By default, the bars (angular sectors) are distributed according to the actual range of the bins; you must use...
What's your opinion on the scale and labelling of angles? In MATLAB, angles of polar plots are given in radians, but the radial grid shows them in degrees. GR also...
I think it doesn't really matter whether that package is made inside or outside JuliaDynamics. I said that because the concept is not a specific tool for dynamical systems, so...