Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.lang.python > #3109
| X-Received | by 2002:aed:35a4:: with SMTP id c33mr15671363qte.40.1543945369744; Tue, 04 Dec 2018 09:42:49 -0800 (PST) |
|---|---|
| X-Received | by 2002:a25:aacd:: with SMTP id t71mr69121ybi.7.1543945369413; Tue, 04 Dec 2018 09:42:49 -0800 (PST) |
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!v55no3905315qtk.0!news-out.google.com!m21ni8369qta.0!nntp.google.com!v55no3905308qtk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | fr.comp.lang.python |
| Date | Tue, 4 Dec 2018 09:42:49 -0800 (PST) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=82.127.172.228; posting-account=-cB6wQoAAAAvWanJ6CFcrYTjduFDOWkq |
| NNTP-Posting-Host | 82.127.172.228 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <6fb39692-38d7-4423-89c2-5c2cc99658c2@googlegroups.com> (permalink) |
| Subject | comment changer l'affichage de l'axe des ordonnées d'un graphique |
| From | Fab <professeur.leclercq@gmail.com> |
| Injection-Date | Tue, 04 Dec 2018 17:42:49 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| Lines | 15 |
| Xref | csiph.com fr.comp.lang.python:3109 |
Show key headers only | View raw
Bonjour, le programme suivant m'affiche une échelle dans le coin en haut à gauche du graphique. Je n'en veux pas, je préfère voir les nombres entièrement écrit sur l'axe des ordonnées. Comment faire ? import matplotlib.pyplot as repere repere.plot(0,0.0000001,"ro") repere.plot(1,0.0000002,"ro") repere.show() Merci, Fabrice.
Back to fr.comp.lang.python | Previous | Next — Next in thread | Find similar
comment changer l'affichage de l'axe des ordonnées d'un graphique Fab <professeur.leclercq@gmail.com> - 2018-12-04 09:42 -0800 Re: comment changer l'affichage de l'axe des ordonnées d'un graphique Nicolas <nicolasp@aaton.com> - 2018-12-05 09:57 +0100
csiph-web