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