I want to build an LLM for analog circuit generation. Most of the datasets and current papers are using the PySpice format. None of them show the schematic view, they typically draw it by hand to compare the correctness of the circuit. Do you intend to add this feature in PySpice (circuit.draw())? I think it will be really useful in the future.