Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35080
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: I need help with graphs in python (2.7.3.1) |
| Date | 2012-12-18 17:59 -0500 |
| Organization | > Bestiaria Support Staff < |
| References | <ff5f2d01-7271-42ed-860f-ce2290967514@googlegroups.com> <20121218122025.GA3742@taris.box> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1034.1355871578.29569.python-list@python.org> (permalink) |
On Tue, 18 Dec 2012 13:20:25 +0100, Thomas Bach
<thbach@students.uni-mainz.de> declaimed the following in
gmane.comp.python.general:
> Hi,
>
> Most of the tasks you have to do can be achieved quite easily with the
> standard library (except the plotting).
>
Since it sounds like the output is going to be a bar-chart, even
that could be done with the standard library... Based on the counts,
set the highest count to map to, say 60 (characters), scale the other
counts proportionately, then generate a display of (use fixed pitch)
info | ********************
warn | *****************************************
error | *******
crit | **************
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
I need help with graphs in python (2.7.3.1) hevymetl07@gmail.com - 2012-12-18 03:29 -0800 Re: I need help with graphs in python (2.7.3.1) Thomas Bach <thbach@students.uni-mainz.de> - 2012-12-18 13:20 +0100 Re: I need help with graphs in python (2.7.3.1) Terry Reedy <tjreedy@udel.edu> - 2012-12-18 11:43 -0500 Re: I need help with graphs in python (2.7.3.1) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-12-18 17:59 -0500
csiph-web