Command for Equation Plot [Implicit] hard to fathom. Need help please.

As per the title, I have tried a number of different ways to format the equation part of the command for this filter, with no luck.
Here’s some of what I have tried so far:

gmic 600,600,1,3 cl_implicitEqua ( x^2 + y^2 - 25 )   *   ( (x-2)^2 + (y-2)^2 - 1 )   *   ( (x+2)^2 + (y-2)^2 - 1 )   *   ( abs(x) + abs(y) - 1 )   *   ( x^2 + (4*y+12-x^2)^2 - 9 ),600,600,-6,-6,-6,-6,0,0,2 o output.png
bash: syntax error near unexpected token `('
gmic 600,600,1,3 cl_implicitEqua \( x^2 + y^2 - 25 \)   *   \( \(x-2\)^2 + \(y-2\)^2 - 1 \)   *   \( \(x+2\)^2 + \(y-2\)^2 - 1 \)   *   \( abs\(x\) + abs\(y\) - 1 \)   *   \( x^2 + \(4*y+12-x^2\)^2 - 9 \),600,600,-6,-6,-6,-6,0,0,2 o output.png
[gmic]./ Start G'MIC interpreter (v.3.7.2).
[gmic]./ Input black image at position 0 (1 image 600x600x1x3).
[gmic] *** Error in ./cl_implicitEqua/ *** Operator ':=' on variable 'xlong': Invalid right-hand side; Unbalanced parentheses/brackets, in expression '[;(-(]'.
gmic 600,600,1,3 cl_implicitEqua "\( x^2 + y^2 - 25 \)   *   \( \(x-2\)^2 + \(y-2\)^2 - 1 \)   *   \( \(x+2\)^2 + \(y-2\)^2 - 1 \)   *   \( abs\(x\) + abs\(y\) - 1 \)   *   \( x^2 + \(4*y+12-x^2\)^2 - 9 \)",600,600,-6,-6,-6,-6,0,0,2 o output.png
[gmic]./ Start G'MIC interpreter (v.3.7.2).
[gmic]./ Input black image at position 0 (1 image 600x600x1x3).
[gmic] *** Error in ./cl_implicitEqua/ *** Operator ':=' on variable 'xlong': Invalid right-hand side; Unrecognized item '\( x' in expression '\( x^2'.
gmic 600,600,1,3 cl_implicitEqua "(x^2 + y^2 - 25) * ((x-2)^2 + (y-2)^2 - 1) * ((x+2)^2 + (y-2)^2 - 1) * (abs(x) + abs(y) - 1) * (x^2 + (4*y+12-x^2)^2 - 9)",600,600,-6,6,-6,6,0,0,2 o output.png
[gmic]./ Start G'MIC interpreter (v.3.7.2).
[gmic]./ Input black image at position 0 (1 image 600x600x1x3).
[gmic] *** Error in ./cl_implicitEqua/*foreach/ *** Command 'input': File '(x^2 + y^2 - 25) * ((x-2)^2 + (y-2)^2 - 1) * ((x+2)^2 + (y-2)^2 - 1) * (abs(x) + abs(y) - 1) * (x^2 + (4*y+12-x^2)^2 - 9),600,600,-6,6,-6,6,0,0,2', format does not take any input options (options '(x^2' specified).
gmic 600,600,1,3 cl_implicitEqua \"\( x^2 + y^2 - 25 \)   *   \( \(x-2\)^2 + \(y-2\)^2 - 1 \)   *   \( \(x+2\)^2 + \(y-2\)^2 - 1 \)   *   \( abs\(x\) + abs\(y\) - 1 \)   *   \( x^2 + \(4*y+12-x^2\)^2 - 9 \)\",600,600,-6,-6,-6,-6,0,0,2 o output.png
[gmic]./ Start G'MIC interpreter (v.3.7.2).
[gmic]./ Input black image at position 0 (1 image 600x600x1x3).
[gmic] *** Error in ./cl_implicitEqua/*foreach/ *** [instance(600,600,1,1,0x30012cc5f0,non-shared)] gmic<float32>::[gmic_math_parser] gmic<float32>::fill(): Unrecognized item '( x^2 + y^2 - 25 ) 5.py A305575_from_1200000.csv A305575_fr(...)' in expression '( x^2 + y^2 - 25 ) 5.py A305575_from_1200000.csv A305575_fr(...)'.

(This last error msg is very weird, as it seems to reference some files in my current working directory!)

Maybe I’m doing something else wrong… not sure.

With gmic version 3.7.2 on Android (Ubuntu/proot-distro) terminal emulator.

Cheers.

G’MIC is space-sensitive, so remove spaces. And two, show the code.

Ok. So I got rid of the spaces and did:
gmic 600,600,1,3 cl_implicitEqua \"\(x^2+y^2-25\)*\(\(x-2\)^2+\(y-2\)^2- 1\)*\(\(x+2\)^2+\(y-2\)^2-1\)*\(abs\(x\)+abs\(y\)-1\)*\(x^2+\(4*y+12-x^2\)^2-9\)\",600,600,-6,-6,-6,-6,0,0,2 c 0,255 o output.png

I̶t̶ ̶p̶r̶o̶d̶u̶c̶e̶d̶ ̶t̶w̶o̶ ̶i̶m̶a̶g̶e̶s̶ ̶’̶o̶u̶t̶p̶u̶t̶_̶0̶0̶0̶0̶0̶0̶.̶p̶n̶g̶’̶ ̶w̶h̶i̶c̶h̶ ̶w̶a̶s̶ ̶a̶ ̶p̶u̶r̶p̶l̶i̶s̶h̶ ̶f̶l̶a̶t̶ ̶i̶m̶a̶g̶e̶.̶ ̶A̶n̶d̶ ̶’̶o̶u̶t̶p̶u̶t̶_̶0̶0̶0̶0̶0̶1̶.̶p̶n̶g̶’̶ ̶w̶h̶i̶c̶h̶ ̶w̶a̶s̶ ̶b̶l̶a̶c̶k̶,̶ ̶b̶o̶t̶h̶ ̶w̶i̶t̶h̶ ̶n̶o̶ ̶a̶c̶t̶u̶a̶l̶ ̶c̶o̶n̶t̶e̶n̶t̶,̶ ̶c̶e̶r̶t̶a̶i̶n̶l̶y̶ ̶n̶o̶t̶h̶i̶n̶g̶ ̶l̶i̶k̶e̶ ̶a̶s̶ ̶i̶s̶ ̶s̶h̶o̶w̶n̶ ̶h̶e̶r̶e̶:̶ ̶h̶t̶t̶p̶:̶/̶/̶g̶i̶m̶p̶c̶h̶a̶t̶.̶c̶o̶m̶/̶v̶i̶e̶w̶t̶o̶p̶i̶c̶.̶p̶h̶p̶?̶f̶=̶2̶8̶&̶t̶=̶2̶1̶3̶1̶5̶
̶
̶I̶f̶ ̶I̶ ̶r̶e̶m̶e̶m̶b̶e̶r̶ ̶c̶o̶r̶r̶e̶c̶t̶l̶y̶ ̶y̶o̶u̶’̶r̶e̶ ̶u̶s̶i̶n̶g̶ ̶W̶i̶n̶d̶o̶w̶s̶,̶ ̶s̶o̶ ̶I̶ ̶w̶o̶n̶d̶e̶r̶ ̶i̶f̶ ̶y̶o̶u̶ ̶m̶i̶g̶h̶t̶ ̶d̶o̶ ̶m̶e̶ ̶a̶ ̶f̶a̶v̶o̶u̶r̶ ̶a̶n̶d̶ ̶g̶o̶ ̶t̶o̶ ̶t̶h̶e̶ ̶G̶M̶I̶C̶ ̶G̶U̶I̶,̶ ̶f̶i̶n̶d̶ ̶t̶h̶e̶ ̶E̶q̶u̶a̶t̶i̶o̶n̶ ̶P̶l̶o̶t̶ ̶[̶I̶m̶p̶l̶i̶c̶i̶t̶]̶ ̶f̶i̶l̶t̶e̶r̶,̶ ̶a̶n̶d̶ ̶c̶o̶p̶y̶ ̶t̶h̶e̶ ̶d̶e̶f̶a̶u̶l̶t̶ ̶c̶o̶m̶m̶a̶n̶d̶ ̶t̶o̶ ̶y̶o̶u̶r̶ ̶c̶l̶i̶p̶b̶o̶a̶r̶d̶ ̶a̶n̶d̶ ̶p̶a̶s̶t̶e̶ ̶i̶t̶ ̶h̶e̶r̶e̶,̶ ̶m̶a̶y̶b̶e̶ ̶t̶h̶a̶t̶ ̶c̶o̶u̶l̶d̶ ̶h̶e̶l̶p̶.̶.̶ ̶t̶h̶a̶n̶k̶s̶.̶ ̶
̶
̶(̶B̶t̶w̶ ̶i̶f̶ ̶y̶o̶u̶ ̶n̶e̶e̶d̶ ̶t̶h̶e̶ ̶f̶u̶l̶l̶ ̶v̶e̶r̶b̶o̶s̶e̶ ̶o̶u̶t̶p̶u̶t̶ ̶m̶y̶ ̶c̶o̶m̶m̶a̶n̶d̶ ̶p̶r̶o̶d̶u̶c̶e̶s̶,̶ ̶l̶e̶t̶ ̶m̶e̶ ̶k̶n̶o̶w̶ ̶a̶s̶ ̶I̶’̶m̶ ̶n̶o̶t̶ ̶s̶u̶r̶e̶ ̶w̶h̶a̶t̶ ̶y̶o̶u̶ ̶m̶e̶a̶n̶t̶ ̶b̶y̶ ̶"̶s̶h̶o̶w̶ ̶t̶h̶e̶ ̶c̶o̶d̶e̶"̶)̶

EDIT: My bad, I copied part of the default command wrong, so now it’s working… just need to figure out how to make the strokes thicker.
Thanks for your help!