Szyli
Results
1
comments of
Szyli
Happy to! I think the problem is rooting from the circuit visualization with matplotlib for [conditions](https://github.com/Qiskit/qiskit/blob/main/qiskit/visualization/circuit/matplotlib.py#L1230). In this function the [following line](https://github.com/Qiskit/qiskit/blob/83b762d31c8127b77636b38fd0ef91cd3124f472/qiskit/visualization/circuit/matplotlib.py#L1297C13-L1297C91) generates the coloured circles in question. ```python fc...