xref: /plan9/sys/src/cmd/plot/libplot/erase.c (revision 5c4758af3bd7470d8343bf59abb10a24c299f474)
1 #include "mplot.h"
2 void erase(void){
3 	m_swapbuf();
4 	m_clrwin(clipminx, clipminy, clipmaxx, clipmaxy, e1->backgr);
5 }
6