Goran Nakerst

Results 53 comments of Goran Nakerst

How about having some more control over the markersize scaling? Maybe with a keyword 'legend_marker_pointsize'?

Besides possibly adding a keyword to control the markersize in the legend I am very much in favorite of the smaller default markersize (0.8 -> 0.4).

Just to revive an old issue or "feature": Having a function, guessing how many bins to chose if one do not provide anything, is useful. BUT if I do provide...

@Moelf , could you be a bit pro precise on your example? I dont understand how two parties are involved in plotting a histogram. Could give an example?

@Moelf , yes sure! I misunderstood your comment. You suggest `nbins` specifying the exact number of bins.

Can this be closed as ``` julia> typeof(convert(Int, Sym(0))) Int64 ``` on ``` SymPy v1.1.6 julia> versioninfo() Julia Version 1.7.2 Commit bf53498635 (2022-02-06 15:21 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu)...

I have to say that I am on WSL 2 Ubuntu 20.04 on Windows 10 Pro 21H1. This is the output: ``` julia> import PyCall julia> const sympy = PyCall.pyimport_conda("sympy",...

For WSL: ``` julia> Conda.list() [ Info: Running `conda list` in root environment # packages in environment at /home/goran/.julia/conda/3: # # Name Version Build Channel _libgcc_mutex 0.1 main anyio 2.2.0...

I checked quickly on my notebook which is running Windows 10 Enterprise 20H2. In WSL 2 Ubuntu 20.04 I get ``` julia> import PyCall julia> const sympy = PyCall.pyimport_conda("sympy", "sympy")...