Stefan de Lange

Results 48 comments of Stefan de Lange

Seems like SciML is working on this already: https://github.com/SciML/SymbolicAnalysis.jl

Were you aware of it already? Would be nice to align some efforts where possible.

Hello, I think the current solution is nicer from a user perspective, you only have to import the DCCP package and it will 'just work'. I do agree the current...

Hi, I am currently working on updating/adding Dutch translations!

Yep, I tested edge, chrome and firefox and this only happens on firefox.

hello, $$ J(x) = x^2 - 0.1*x^2 $$ Is neither DCP nor DCCP. You can use `is_dccp(prob)` to confirm that: ```python >>> import cvxpy as cp >>> import dccp >>>...

Yes absolutely. That applies to both DCP and DCCP.

The transparency itself is broken on `PolarAxis`. The same thing happens if you set a background color with alpha=0.0 like this: `PolarAxis(fig2[1, 1], backgroundcolor = (:white, 0.0))` You will see...

@ffreyer Thanks for elaborating! Have you considered letting the blue trace continue as shown and making it the user's responsibility to ensure it doesn't cross the boundary? That would be...

> My main concern is that when you have constant data the expression is hard to read and very long That part could be addressed as well. Instead of printing...