A Question On Language

I need clarification on the meaning of "GUI" within the matplotlib context.
To me, "GUI" means running the X Window System rather than working on
consoles. There are various window managers and virtual desktops within that
GUI, but it is just a graphical user interface.

   Within the matplotlib context, does "GUI" mean a widget set (e.g., GTK+,
wx), or a system for drawing vectors and bitmaps to the display?

   I've no problem with how it's being used, just as long as I know what is
meant when I read it and can translate it into my reference frame.

TIA,

Rich

···

--
Dr. Richard B. Shepard, President | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

Rich Shepard wrote:

  Within the matplotlib context, does "GUI" mean a widget set (e.g., GTK+,
wx)

YES.

> or a system for drawing vectors and bitmaps to the display?

matplotlib doe not work at that low a level, except, I suppose, for the use of Agg, which is a way to draw vectors and bitmaps to memory, which can then be drawn to the display, through TK, GTK, wx, etc, or saved to disk as a PNG, whatever.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...

Thanks, Chris. That's what I thought, but I've learned to not assume
anything. :slight_smile:

Rich

···

On Thu, 28 Jul 2005, Chris Barker wrote:

  Within the matplotlib context, does "GUI" mean a widget set (e.g., GTK+,
wx)

YES.

--
Dr. Richard B. Shepard, President | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863