expyplot v1.2.2 Server.Pycomm
This module is a GenServer that manages the Python code that will be executed.
The general idea is that you will call functions in the library’s API and this will usually add code here. Then when you call Expyplot.Plot.show(), it will flush the code to the Python3 interpretor, thus making the plot.