Question: Does the number of components in a knotwork depend on the particular planar embedding?
I've been investigating how to compute the number of components ("separate strands") in a Celtic knot based on the underlying planar graph structure. (See relationship between knots/links and planar graphs here).
Apparently the calculation for general graphs is a little complicated; for example, the reference in this question points out that for a uniform $m\times n$ grid of squares, the number of components is $\mathrm{lcd}(m,n)$.
It would satisfy me to find a formula for computing the number of components ("strands"), or a relationship between the number of strands and various graph properies such as its degree, spectrum, etc., even if those properties were hard to calculate.
One approach I've taken is in terms of connected components: each separate strand follows a particular trajectory, and the connected components of those trajectories correspond exactly to the strands. You can define the trajectory as a transition function mapping (some additional structure plus) each edge to its successor; this is a permutation on (structured) edges whose cycles are the components.
The transition function can be encoded as its own, derived, directed graph (similar to a graph-encoded map), whose connected components are the components of the knotwork. From linear algebra, we know that the number of connected components can be recovered as the multiplicity of the zero eigenvalue of the adjacency matrix's Laplacian.
However, I know that the same graph $G$ can have multiple non-isomorphic planar embeddings (i.e. whose duals are non-isomorphic). So far in my experience, this has changed some of the knotting properties (such as number of twists in each component) but not the number of components:
My question is this:
Question: Does the number of components in a knotwork depend on the particular planar embedding? How do we prove it?
My intuition says that the number of components is an invariant, but I haven't been able to produce a counterexample or proof using my approach above.
Conjecture: If $G$ is a graph, then the corresponding knotwork has $c$ components, where
$$T_G(-1,-1) = (-1)^{|E(G)|}\cdot (-2)^{c - 1}$$
and $T_G$ is the Tutte polynomial, and $|E(G)|$ is the number of edges in the graph. (?)


