Namespace
- MODULE Tk::Tcllib::Plotchart::ChartMethod
- CLASS Tk::Tcllib::Plotchart::Barchart
- CLASS Tk::Tcllib::Plotchart::Barchart3D
- CLASS Tk::Tcllib::Plotchart::Boxplot
- CLASS Tk::Tcllib::Plotchart::Ganttchart
- CLASS Tk::Tcllib::Plotchart::Histogram
- CLASS Tk::Tcllib::Plotchart::HorizontalBarchart
- CLASS Tk::Tcllib::Plotchart::IsometricPlot
- CLASS Tk::Tcllib::Plotchart::Isometricplot
- CLASS Tk::Tcllib::Plotchart::Piechart
- CLASS Tk::Tcllib::Plotchart::Plot3D
- CLASS Tk::Tcllib::Plotchart::PlotSeries
- CLASS Tk::Tcllib::Plotchart::PolarPlot
- CLASS Tk::Tcllib::Plotchart::Polarplot
- CLASS Tk::Tcllib::Plotchart::Radialchart
- CLASS Tk::Tcllib::Plotchart::RibbonChart3D
- CLASS Tk::Tcllib::Plotchart::RightAxis
- CLASS Tk::Tcllib::Plotchart::Stripchart
- CLASS Tk::Tcllib::Plotchart::TXPlot
- CLASS Tk::Tcllib::Plotchart::Timechart
- CLASS Tk::Tcllib::Plotchart::XLogYPlot
- CLASS Tk::Tcllib::Plotchart::XYPlot
Methods
- C
- D
- P
- S
- V
- W
Constants
PACKAGE_NAME | = | 'Plotchart'.freeze |
Polarplot | = | PolarPlot |
Isometricplot | = | IsometricPlot |
Class Public methods
coords_3D_to_pixel(w, x, y, z)
Link
coords_to_pixel(w, x, y)
Link
determine_scale(*args)
Link
package_name()
Link
package_version()
Link
pixel_to_coords(w, x, y)
Link
plotconfig(*args)
Link
# File ext/tk/lib/tkextlib/tcllib/plotchart.rb, line 113 def self.plotconfig(*args) case args.length when 0, 1, 2 # 0: (no args) --> list of chat types # 1: charttype --> list of components # 2: charttype, component --> list of properties simplelist(tk_call('::Plotchart::plotconfig', *args)) when 3 # 3: charttype, component, property --> current value tk_call('::Plotchart::plotconfig', *args) else # 4: charttype, component, property, value : set new value # 5+: Error on Tcl/Tk tk_call('::Plotchart::plotconfig', *args) nil end end
plotpack(w, dir, *plots)
Link
polar_coordinates(w, radmax)
Link
polar_to_pixel(w, rad, phi)
Link
set_zoom_pan(w)
Link
view_port(w, *args)
Link
world_3D_coordinates(w, *args)
Link