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.

Summary

Functions

Adds the given code to the buffer

Starts the server

Functions

eval_code(pid, code)

Adds the given code to the buffer.

start_link(name)

Starts the server.