Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #352 #353

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fix #352 #353

wants to merge 6 commits into from

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    7021067 View commit details
    Browse the repository at this point in the history
  2. RawFile.py: fix PySpice-org#352

    cyber-g committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a3a46c5 View commit details
    Browse the repository at this point in the history
  3. RawFile.py: TypeError: __init__() missing 1 required positional argum…

    …ent: 'internal_parameters'
    cyber-g committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5e3eb55 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    62abb62 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    dfd4c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. diode-characteristic-curve.py: fix TypeError: LogScale.__init__() got…

    … an unexpected keyword argument 'basey'
    
    Error :
    
    Traceback (most recent call last):
      File "***/PySpice/examples/diode/diode-characteristic-curve.py", line 187, in <module>
        ax2.semilogy(analysis.out, static_resistance, basey=10)
      File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axes/_axes.py", line 1958, in semilogy
        self.set_yscale('log', **d)
      File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axes/_base.py", line 73, in wrapper
        return get_method(self)(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axis.py", line 837, in _set_axes_scale
        ax._axis_map[name]._set_scale(value, **kwargs)
      File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axis.py", line 796, in _set_scale
        self._scale = mscale.scale_factory(value, self, **kwargs)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/scale.py", line 717, in scale_factory
        return scale_cls(axis, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^
    TypeError: LogScale.__init__() got an unexpected keyword argument 'basey'
    cyber-g committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d79f275 View commit details
    Browse the repository at this point in the history