Re: Trying to read from a text file to generate a graph

2021-07-29 Thread Anssi Saari
"Steve" writes: > I am going though a struggle with this and just don't see where it fails. It seems to me you're putting your data into strings when you need to put it into lists. And no, adding brackets and commas to your strings so that printing out the strings makes them look like lists does

RE: Trying to read from a text file to generate a graph

2021-07-29 Thread Steve
17 bugs in the code. -Original Message- From: Python-list On Behalf Of Stephen Berman Sent: Wednesday, July 28, 2021 5:36 PM To: python-list@python.org Subject: Re: Trying to read from a text file to generate a graph [Resending to the list only, since I couldn't post it without su

Re: Trying to read from a text file to generate a graph

2021-07-28 Thread Stephen Berman
[Resending to the list only, since I couldn't post it without subscribing.] On Wed, 28 Jul 2021 11:58:21 -0400 "Steve" wrote: > I forgot about the no-file rule... > >> On 28Jul2021 02:55, Steve wrote: >> I am going though a struggle with this and just don't see where it >> fails. I am using th

RE: Trying to read from a text file to generate a graph

2021-07-28 Thread Steve
I forgot about the no-file rule... On 28Jul2021 02:55, Steve wrote: >I am going though a struggle with this and just don't see where it fails. >I am using the Dual Bar Graph.py program from https://matplotlib.org/stable/gallery/index.html website. >The file from the web site works so that shows t

Re: Trying to read from a text file to generate a graph

2021-07-28 Thread Cameron Simpson
On 28Jul2021 02:55, Steve wrote: >I am going though a struggle with this and just don't see where it fails. >I am using the Dual Bar Graph.py program from >https://matplotlib.org/stable/gallery/index.html website. >The file from the web site works so that shows that all my installations are >com