Jump to content

Plot coordinate pairs: Difference between revisions

m
→‎{{header|Tcl}}: fixed CR for readablity
m (→‎{{header|R}}: Added {{libheader|x}} markup to the recently added code.)
m (→‎{{header|Tcl}}: fixed CR for readablity)
Line 291:
 
=={{header|Tcl}}==
This solution does not use existing plotting packages, but constructs the graphics from bare-metal Tk code.
{{libheader|Tk}}
{{libheader|Img}}
 
This solution does not use existing plotting packages, but constructs the graphics from bare-metal Tk code.
<lang Tcl>package require Tk
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.