Re: distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread DL Neil via Python-list
On 17/12/19 3:37 pm, Dennis Lee Bieber wrote: If, by some chance, external nodes can get to it: http://wlfraed.microdiversity.freeddns.org/BW/BWConv.html } Works for me, no hacking necessary! (photo of ppl dressed-up in Mickey Mouse type costumes) -- Regards =dn -- https://mail.python.org/mail

SCons 3.1.2 Released

2019-12-16 Thread Bill Deegan
A new SCons checkpoint release, 3.1.2, is now available on the SCons download page: https://scons.org/pages/download.html Here is a summary of the changes since 3.1.1: NOTE: The 4.0.0 Release of SCons will drop Python 2.7 Support NEW FUNCTIONALITY - Added debug option "a

Re: distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread Chris Angelico
On Tue, Dec 17, 2019 at 1:38 PM Dennis Lee Bieber wrote: > > Not of use to the OP -- my suggestion would have been to generate an > image with a grid of the "available" (or likely candidate colors), then > play with desaturating it in something like PhotoShop to see what results. > I had a

Re: distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread duncan smith
On 16/12/2019 21:08, DL Neil wrote: > On 17/12/19 5:19 am, Chris Angelico wrote: >> On Tue, Dec 17, 2019 at 3:16 AM duncan smith >> wrote: >>> >>> Hello, >>>    Not really specific to Python or matplotlib (but that's what I'm >>> using). I'm looking for a good combination of colours and symbol

Re: Python3 - How do I import a class from another file

2019-12-16 Thread DL Neil via Python-list
Wow, I turned my back to attend to $job and this conversation has 'exploded' (>80 msgs)! TLDR; With apologies, I started to reply to your reply, but then added 'bits' as I read the conversation thereafter. The result (below) is a messy hodge-podge, for which I can only apologise (as I don't ha

Re: distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread Chris Angelico
On Tue, Dec 17, 2019 at 8:09 AM DL Neil via Python-list wrote: > > On 17/12/19 5:19 am, Chris Angelico wrote: > > On Tue, Dec 17, 2019 at 3:16 AM duncan smith wrote: > >> > >> Hello, > >>Not really specific to Python or matplotlib (but that's what I'm > >> using). I'm looking for a good c

Re: distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread DL Neil via Python-list
On 17/12/19 5:19 am, Chris Angelico wrote: On Tue, Dec 17, 2019 at 3:16 AM duncan smith wrote: Hello, Not really specific to Python or matplotlib (but that's what I'm using). I'm looking for a good combination of colours and symbols for scatter plots, and combination of colours and line

Re: Setting Pythonpath programmatic

2019-12-16 Thread Barry Scott
> On 14 Dec 2019, at 16:00, Prasad Rajassekaran > wrote: > > 0 > > > Aim:- > > I would want to set python path programmatic in my project. So that, all > other directories files can be imported without any issues. > > Problem statement:- > > I used to add all the folders & sub-folders i

Re: Problem Running Python

2019-12-16 Thread MRAB
On 2019-12-15 14:54, Patrick Igwilo via Python-list wrote: Hello,I downloaded and tried installing Python 3.8.0 on my windows 8.1 PC from the websitewww.python.org/downloadsAfter the 32-bit version was automatically downloaded and I successfully installed same (even though my PC has a 64-bit

Problem Running Python

2019-12-16 Thread Patrick Igwilo via Python-list
Hello,I downloaded and tried installing Python 3.8.0 on my windows 8.1 PC from the websitewww.python.org/downloadsAfter the 32-bit version was automatically downloaded and I successfully installed same (even though my PC has a 64-bit CPU), I tried opening the installed program and I got an erro

Re: distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread Chris Angelico
On Tue, Dec 17, 2019 at 3:16 AM duncan smith wrote: > > Hello, > Not really specific to Python or matplotlib (but that's what I'm > using). I'm looking for a good combination of colours and symbols for > scatter plots, and combination of colours and line styles for line > plots. Too often I

distinguishable matplotlib colours / symbols / line styles

2019-12-16 Thread duncan smith
Hello, Not really specific to Python or matplotlib (but that's what I'm using). I'm looking for a good combination of colours and symbols for scatter plots, and combination of colours and line styles for line plots. Too often I find myself producing these when I don't know whether they will e

Re: The file method read does not "see" CR

2019-12-16 Thread Peter J. Holzer
On 2019-12-10 10:15:45 +, Stephen Tucker wrote: > I am running Python 2.7.10 on a Windows 10 machine. Unless you have a really good reason to stick with Python 2.7, don't: https://pythonclock.org/ The current version of Python is 3.8, and there have been quite a few changes between 2.x and 3.

Re: Pickle caching objects?

2019-12-16 Thread Peter J. Holzer
On 2019-12-16 08:56:26 +0100, dieter wrote: > Note also that Python memeory management is quite elaborate: > not every memory block is immediately obtained from and released > to the operating system: Python has its own memory management > data structures (to fill the gap between the fine grained >

Re: Pickle caching objects?

2019-12-16 Thread Inada Naoki
Would you try the pull request in this issue? https://bugs.python.org/issue36694 I'm not sure this issue is relating to you because I don't know about your data. Regards, On Sun, Dec 1, 2019 at 10:14 AM José María Mateos wrote: > > Hi, > > I just asked this question on the IRC channel but didn'