Re: Posting code on stackoverflow

2021-06-05 Thread Terry Reedy
On 6/5/2021 5:36 PM, Rich Shepard wrote: I tried to post a question on stackoverflow.com which included a bunch of code (entered after clicking the box 'code'). I noticed that lines were wrapped but could not find how to expand the input box so they would not wrap. SO wouldn't let me post the qu

Re: Posting code on stackoverflow

2021-06-05 Thread Rich Shepard
On Sun, 6 Jun 2021, Roel Schroeven wrote: There are several ways to format code on StackOverflow, see https://meta.stackoverflow.com/questions/251361/how-do-i-format-my-code-blocks Roel, Thanks very much for the URL. What I do most of the time is indent the code by 4 spaces and make sure th

Re: Posting code on stackoverflow

2021-06-05 Thread Roel Schroeven
Rich Shepard schreef op 5/06/2021 om 23:36: I tried to post a question on stackoverflow.com which included a bunch of code (entered after clicking the box 'code'). I noticed that lines were wrapped but could not find how to expand the input box so they would not wrap. SO wouldn't let me post the

Posting code on stackoverflow

2021-06-05 Thread Rich Shepard
I tried to post a question on stackoverflow.com which included a bunch of code (entered after clicking the box 'code'). I noticed that lines were wrapped but could not find how to expand the input box so they would not wrap. SO wouldn't let me post the question because of the wrapped code. As I'v

Re: Data structure for plotting monotonically expanding data set

2021-06-05 Thread Martin Di Paola
One way to go is using Pandas as it was mentioned before and Seaborn for plotting (built on top of matplotlib) I would approach this prototyping first with a single file and not with the 1000 files that you have. Using the code that you have for parsing, add the values to a Pandas DataFrame