Skip to content

Find the electricity market clearing price and clearing quantity (graphical method) using python.

Notifications You must be signed in to change notification settings

ksaswin/Electricity-Market-Clearing

Repository files navigation

Electricity Market Clearing using Python

Find the market clearing price and market clearing quantity graphically using python.

Dependencies

Clone the repository using

  git clone https://github.com/ksaswin/Electricity-Market-Clearing.git

Move into the cloned directory and install the packages required for the project

  cd Electricity-Market-Clearing
  pip install -r requirements.txt

Also, make sure you have a GUI backend for matplotlib.

Try GUI backends in this order:

  • TkAgg
  • wxAgg
  • Qt5Agg
  • Qt4Agg

I used tkinter.

Installation on Debian distributions

  sudo apt-get install python3-tk

Installation on Arch

  sudo pacman -S tk

See the backend FAQ in matlpotlib website for more info.

About

Find the electricity market clearing price and clearing quantity (graphical method) using python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages