Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5466
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Thomas Güttler <guettliml@thomas-guettler.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Diagramm zeichnen: eine X-Ache, N Y-Achsen |
| Date | Fri, 22 Mar 2019 11:41:04 +0100 |
| Lines | 58 |
| Message-ID | <mailman.241.1553251181.20971.python-de@python.org> (permalink) |
| References | <1b1943ac-803b-3ba6-b469-f1693cebbc7f@thomas-guettler.de> <c54f2d9a-dd42-89ae-98b1-c5de7d56d2c2@thomas-guettler.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de U1Zl8842/cqirZ0vHi8LhA9cXI/YwB3S0KLiC3oKWYxA== |
| Return-Path | <guettliml@thomas-guettler.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
| In-Reply-To | <1b1943ac-803b-3ba6-b469-f1693cebbc7f@thomas-guettler.de> |
| Content-Language | de-DE |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.29 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-de/> |
| List-Post | <mailto:python-de@python.org> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <c54f2d9a-dd42-89ae-98b1-c5de7d56d2c2@thomas-guettler.de> |
| X-Mailman-Original-References | <1b1943ac-803b-3ba6-b469-f1693cebbc7f@thomas-guettler.de> |
| Xref | csiph.com de.comp.lang.python:5466 |
Show key headers only | View raw
Meine Lösung ist nun hier zu finden: https://github.com/guettli/misc/blob/master/bench-bytea-inserts-postrgres.py Chart: https://github.com/guettli/misc/blob/master/bench-bytea-inserts-postrgres.png Verbesserungsvorschläge sind willkommen, Gruß, Thomas Am 18.03.19 um 11:26 schrieb Thomas Güttler: > Hallo, > > ich möchte ein Diagramm zeichnen mit einer X-Achse > und N Y-Achsen. > > Beispieldaten: > > x;file-size;duration;mem-size > 0;0;0.04456615448;478359552 > 1;10040000;0.39223408699;562151424 > 2;20080000;0.725513935089;585662464 > 3;30120000;1.0728430748;615784448 > 4;40160000;1.40820503235;692932608 > 5;50200000;2.27191090584;702971904 > 6;60240000;2.91427922249;713015296 > > > Was ich will: > > Den Skalierung und die Beschriftung soll automatisch aus den > Daten kommen. Der Min/Max Wert ist leicht zu finden. Die > Datei hat maximal 1000 Zeilen. > > Aufruf auf der Kommandozeile. > > Wenn eine weitere Y-Achse dazukommt, dann will ich nichts > anpassen müssen. Das Tool soll selbständig eine > passende Farbe für die neue Spalte wählen, so dass die verschiedenen > Linien gut unterschieden werden können. > > Es reicht wenn eine Bilddatei erzeugt wird. > Also keine GUI nötig. > > Es sollte zB so aussehen: https://i.stack.imgur.com/GZUd9.png > > Wie könnte das umgesetzt werden? > > > > Gruß, > Thomas > > > -- Thomas Guettler http://www.thomas-guettler.de/ I am looking for feedback: https://github.com/guettli/programming-guidelines
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Diagramm zeichnen: eine X-Ache, N Y-Achsen Thomas Güttler <guettliml@thomas-guettler.de> - 2019-03-22 11:41 +0100
csiph-web