Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101379 > unrolled thread
| Started by | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| First post | 2016-01-08 15:26 +0000 |
| Last post | 2016-01-08 15:26 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: graphs Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-01-08 15:26 +0000
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| Date | 2016-01-08 15:26 +0000 |
| Subject | Re: graphs |
| Message-ID | <mailman.72.1452266814.2305.python-list@python.org> |
On 7 January 2016 at 15:36, Saini, Sakshi <SSaini@creditvalleyca.ca> wrote: > I have a complex dataset and I wish to write a code to create different graphs from it. I was wondering if it is possible for Python/ matplotlib/ seaborn to return a cumulative or mean distribution bar graph based on values in your dataset? I'm sure that it is although I don't fully understand what you mean. > E.g. I have a certain volume in m3 for each rainfall event in mm, and I wish to plot the total volume OR average volume for different rainfall depths; somewhat like the following: This image didn't come through: > [cid:image002.jpg@01D14937.476CB2F0] This is a text-based mailing list/newsgroup so images will not generally work. > Any tips please? Which part are you unsure about? Do you know how to write and run a Python script? Do you know how to use matplotlib? If you can show some code that does something similar to what you want then I'm sure someone can suggest how to change it to do what you want. -- Oscar
Back to top | Article view | comp.lang.python
csiph-web