Closed torfjelde closed 1 year ago
corner currently passes the parameters as-is, i.e. they will be Symbol rather than string. This can cause issues with certain backends as it's technically a violation of what Plots.jl expects (AFAIK).
corner
Symbol
string
E.g. unicodeplots will break when using corner.
unicodeplots
Solved by #415
corner
currently passes the parameters as-is, i.e. they will beSymbol
rather thanstring
. This can cause issues with certain backends as it's technically a violation of what Plots.jl expects (AFAIK).E.g.
unicodeplots
will break when usingcorner
.