Polar diagram with TCL
Polar diagram with TCL
(OP)
Hi everyone,
does anyone know a graphs library or any way to plot a polar diagram with TCL? Would it be possible to do it in an Excel/csv file?
Thank you!
does anyone know a graphs library or any way to plot a polar diagram with TCL? Would it be possible to do it in an Excel/csv file?
Thank you!
RE: Polar diagram with TCL
There is the Plotchart library:
http://wiki.tcl.tk/18167
http://docs.activestate.com/activetcl/8.6/tklib/pl...
If you want to see an example look at plotdemos7.tcl in examples/plotchart
In case that Plotchart is not installed on your system, you can use teacup like me:
CODE
Working with Excel in Tcl on Windows is also possible:
http://wiki.tcl.tk/11900
RE: Polar diagram with TCL
RE: Polar diagram with TCL
Thank you!