Uwe Fechner

Results 115 issues of Uwe Fechner

I am not able to change the size of the plot window. Example code: ```julia using Plots; inspectdr() x=0:0.05:100 y1=sin.(x) p1 = plot(x,y1, size=(1200,700), legend=false) display(p1); ``` The size is...

I get the following error messages when using InspectDR: ```julia julia> include("test/plot.jl") Gtk-Message: 12:00:41.791: Failed to load module "unity-gtk-module" Gtk-Message: 12:00:41.810: Failed to load module "canberra-gtk-module" Gtk-Message: 12:00:41.810: Failed to...

``` julia> include("docs/make.jl") [ Info: Precompiling KiteUtils [90980105-b163-44e5-ba9f-8b1c83bb0533] ┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master". │ Calling `git remote` failed with an...

Type: Bug

Tested on Julia 1.8.1 on Linux: - go to the folder of project - start julia with **julia --project** - press ] to enter the package manager - type **compat**...

The last commit https://github.com/sl-solution/InMemoryDatasets.jl/commit/50da7db87d23f10a9ebe5561abdde9a2936f2fb9 already fixes the html problem I have. It would be nice to have a new release that includes this fix.

Example: ```julia using InMemoryDatasets const HTML_HEADER = """ """ const HTML_FOOTER = """ """ function save_summary(ds) fullname = "summary.html" file = open(fullname, "w") println(file, HTML_HEADER) show(file, "text/html", ds) println(file, HTML_FOOTER)...

bug

When I am precompiling a project that depends on InMemoryDatasets I get the following warning, even though I started Julia with the option -t auto: ```julia julia> using CanAnalyzer [...

I have the following code: ```julia # example for plotting in Julia using subplots using Plots, Gtk.ShortNames, InspectDR function init() inspectdr() InspectDR.defaults.xaxiscontrol_visible = false default(width=1, xtickfontsize=12, ytickfontsize=12, legendfontsize=12) end init()...

This link works: https://wiki.blender.org/wiki/Building_Blender/Other/BlenderAsPyModule

The 6th line of this code code is marked with E321: area use of undeclared symbol ``` using JuMP using Ipopt m = Model(solver = IpoptSolver(max_iter=40000, print_level=1)) @variable(m, 0.15

bug
false positive