Uwe Fechner

Results 232 comments of Uwe Fechner

I solved the issue by adding this line to .bashrc; ``` export GTK_PATH="/usr/lib/x86_64-linux-gnu/gtk-3.0:$PATH" ``` But why is it needed?

Solution works.

I suggest to close this. Labels should be of type string.

I also tried, as explained in the README, but it doesn't work: ```julia DEFAULTS_INSPECTDR = Dict( :rendersvg => true, #Special options available @ initialization: :droppoints => :always, #One of: {:always,...

Solution from discourse: ```julia using Plots; inspectdr() x=0:0.05:100 y1=sin.(x) p1 = plot(x,y1, legend=false) pIDR=display(p1); #Display with InspectDR and keep plot object resize!(pIDR.wnd, 1200, 700) #Resize GTK window directly ``` Well,...

There was a new release since the fix. Can it be closed?

You write: "I'm trying to minimize screen waste, and maximize plot size." Well, they could be optional, default: off

Can this commit also be added: https://github.com/JuliaLang/julia/issues/46492 ?

``` ufechner@tuxedi:~/repos/KiteUtils.jl$ JULIA_DEBUG=Documenter julia --project _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for...

Same problem here. Ubuntu 12.04 64 bit. I already deleted openblas, that I used for NumPy before and downgraded numpy to 1.7.1, but the problem persists.