Searched +refs:Plotchart +refs:plotconfig (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb10 # Plotchart is a Tcl-only package that focuses on the easy creation of
18 # package require Plotchart
26 # set s [::Plotchart::createXYPlot .c {0.0 100.0 10.0} {0.0 100.0 20.0}]
63 # TkPackage.require('Plotchart', '0.9')
64 # TkPackage.require('Plotchart', '1.1')
65 # TkPackage.require('Plotchart', '1.6.3')
66 TkPackage.require('Plotchart')
70 module Plotchart module in class:Tk.Tcllib
71 PACKAGE_NAME = 'Plotchart'.freeze
78 TkPackage.require('Plotchart')
113 def self.plotconfig(*args) singleton method in class:Tk
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl12 # Plotchart --
15 namespace eval ::Plotchart {
38 plotconfig plotpack plotmethod
442 proc ::Plotchart::setZoomPan { w } {
446 bind $w <Control-Button-1> [list ::Plotchart::ScaleItems $w %x %y $sqrt2]
447 bind $w <Control-Prior> [list ::Plotchart::ScaleItems $w %x %y $sqrt2]
448 bind $w <Control-Button-2> [list ::Plotchart::ScaleItems $w %x %y $sqrt05]
449 bind $w <Control-Button-3> [list ::Plotchart::ScaleItems $w %x %y $sqrt05]
450 bind $w <Control-Next> [list ::Plotchart::ScaleItems $w %x %y $sqrt05]
451 bind $w <Control-Up> [list ::Plotchart
[all...]

Completed in 70 milliseconds