Skip to content

enthought/chaco

Folders and files

NameName
Last commit message
Last commit date
Jul 20, 2017
Jan 29, 2020
Nov 18, 2019
Jun 17, 2019
Feb 18, 2020
May 30, 2014
Dec 31, 2019
Nov 18, 2019
Aug 3, 2019
Aug 13, 2007
Dec 31, 2019
Dec 31, 2019
Jun 2, 2019
Jun 2, 2019
Nov 18, 2019
May 18, 2016
Dec 17, 2014
Nov 18, 2019
Jan 3, 2020
May 18, 2019

Repository files navigation

chaco: interactive 2-dimensional plotting

http://www.github.com/enthought/chaco

http://docs.enthought.com/chaco

Build status Test coverage

Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots for publication and presentation, it also works well for interactive data visualization and exploration.

Features

  • Flexible drawing and layout: Plots consist of graphical components which can be placed inside nestable containers for layout, positioning, and event dispatch. Every component has a configurable rendering loop with distinct layers and backbuffering. Containers can draw cooperatively so that layers span across the containment hierarchy.
  • Modular and extensible architecture: Chaco is object-oriented from the ground up for ease of extension and customization. There are clear interfaces and abstract classes defining extension points for writing your own custom behaviors, from custom tools, plot types, layouts, etc. Most classes are also "subclass-friendly", so that subclasses can override one or two methods and everything else just works.
  • Data model for ease of extension and embedding: Chaco separates the data from any transformations of the data that are needed for displaying it. This separation makes it easier to extend Chaco, or embed it in applications.

Prerequisites

Chaco is only supported on Python 2.7.x and Python >= 3.5. You must have the following libraries installed before building or installing Chaco:

Mailing list

To monitor discussions about Chaco, as well as the rest of the Enthought Tool Suite (Traits, TraitsUI, Chaco, Mayavi, ...), please refer to the ets-users google group .