Re: matplotlib questions

2021-08-28 Thread MRAB
On 2021-08-28 04:39, Steve wrote: I would like to know how the data is placed on the Y-axis and at the tops of the bars. The data is not being shown properly. With some exceptions, it looks as if the data is getting sorted independently from the dates. OK, here is the code:

RE: matplotlib questions

2021-08-27 Thread Steve
Thu Aug 19, 2021 09128 5.33 Wed Aug 25, 2021 02137 5.71 -Original Message- From: Python-list On Behalf Of David Lowry-Duda Sent: Friday, August 27, 2021 3:25 PM To: python-list@python.org Subject: Re: matplotlib questions > I a

Re: matplotlib questions

2021-08-27 Thread David Lowry-Duda
> I am trying to modify the "Bar Graph Demo" at > https://matplotlib.org/stable/gallery/index.html, Lines, bars, and > markers > but the more I experiment and change the code, the more messed up it > becomes. It is much easier to give constructive suggestions if you give a minimum runnable

RE: matplotlib questions

2021-08-27 Thread Schachner, Joseph
Complete documentation link (this link works) : https://matplotlib.org/stable/contents.html --- Joseph S. Teledyne Confidential; Commercially Sensitive Business Data -Original Message- From: Steve Sent: Thursday, August 26, 2021 11:48 AM To: python-list@python.org Subject:

Re: matplotlib questions

2021-08-26 Thread Mats Wichmann
On 8/26/21 9:47 AM, Steve wrote: I am trying to modify the "Bar Graph Demo" at https://matplotlib.org/stable/gallery/index.html, Lines, bars, and markers but the more I experiment and change the code, the more messed up it becomes. I have the demo code working. This is my second attempt. I