Plot coordinate pairs: Difference between revisions

Content added Content deleted
m (→‎{{header|R}}: Added {{libheader|x}} markup to the recently added code.)
m (→‎{{header|Tcl}}: fixed CR for readablity)
Line 291: Line 291:


=={{header|Tcl}}==
=={{header|Tcl}}==
This solution does not use existing plotting packages, but constructs the graphics from bare-metal Tk code.
{{libheader|Tk}}
{{libheader|Tk}}
{{libheader|Img}}
{{libheader|Img}}

This solution does not use existing plotting packages, but constructs the graphics from bare-metal Tk code.
<lang Tcl>package require Tk
<lang Tcl>package require Tk