How to use Matplotlib in a web application server

Using matplotlib in flask

How to use Matplotlib in a web application server pyplot을 선언하지 않는다. 기본적으로 pyplot은 show()를 실행하도록 되어있고, 메모리 누수가 발생할 가능성이 있다. Matplotlib 3.1 이후 직접 Figure생성자를 선언하여 figure를 만들고, 해당 값을 인메모리 버퍼(in-memory buffer)에 저장한다. [Read More]