banjaxedben

Results 3 comments of banjaxedben

I also ran into this issue. Following the matplotlib changelog, the fix is straightforward: replace "basex" with "base" in PySpice/Plot/BodeDiagram.py. There are 2 occurrences: ``` def bode_diagram_gain(axe, frequency, gain, **kwargs):...

@ysfscream : Thanks for picking this up. I was having trouble getting my client to connect to my broker, so I ran Wireshark to sniff the packets from the client...

I tried using the `openssl s_client` command-line utility, and it works fine if I use the `-tls1_3` option to force TLS version 1.3. See Wireshark capture attached demonstrating the successful...