ref: 7f071685e9b7d9e32c1a9675f7fca0407d18e6e1 dir: /sys/src/cmd/plot/libplot/erase.c/
#include "mplot.h" void erase(void){ m_swapbuf(); m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr); }