Gyoshi

Results 15 comments of Gyoshi

Since I couldn't find a workaround for sizing the colorbar anywhere else, [here is a hack](https://discourse.julialang.org/t/plots-jl-shared-colorbar-with-subplots/47269/7?u=gyoshi) for adjusting the size/position of a colorbar that works by adjusting the bbox of...

~~Ok, so I realised the above is not an actual MWE; it only works after running some of my code. Will take some time to trace what is actually causing...

It's a strange one, but I updated the OP to include a working example now...as minimal as I could get it. It is annoying because the problematic code 'contaminates' the...

@mzaffalon Yes, that does look OK, but the problem comes when doing substitution on the derivatives. Please see the OP again; I have updated it with a working example.

I tried updating SymPy 1.0.28->1.0.30 to no effect. \:( This sucks because it means I cannot really trust any of the results I get. What is likely to be the...

``` julia> sympy.__version__ "1.6.2" ```

>create a new project, activate that, add [email protected] and run these commands Neither your code nor mine in the OP gave the correct result after activating the fresh project. But...

By the way, the I had deleted the comment that you replied to. The "workaround" fixes the output of the MWE, but then when I run some of my other...

Yes that runs for me no problem. (I am running on Windows.) Try this: ```julia py""" import sympy from sympy import * u,v = sympify("u,v") x = Function("x") f0 =...