chart-draw

chart-draw is a compiled Lisp function in `chart.el'.

(chart-draw &rest LOCAL-ARGS)

Start drawing a chart object C in optional BUFF.
Erases current contents of buffer.

This is a generic function with only one primary method.

Implementations:

`chart' :PRIMARY (arg1 &optional arg2)
Start drawing a chart object C in optional BUFF.
Erases current contents of buffer.

(fn C &optional BUFF)

Defined in `chart.el'