Artifact 4bba6274e72d3c0408ffab0a118c27c0e90dc5f0:
puts [package require Plotchart] grid [canvas .c -width 800 -height 375] set Aplot [Plotchart::createXYPlot .c [list 0 360 20] [list 0 1.0 0.2]] set Bplot [Plotchart::createRightAxis .c [list -1.0 1.0 0.2]] $Aplot xconfig -format %3.0f $Aplot yconfig -format %5.2f $Bplot yconfig -format %5.2f