User Portlet
Discussions |
---|
Henrik, Using "pairs" from the chromosome example above, I receive this result: LongestOrderedSequence[ pairs, (#2[[1]] |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/8e53e379-e8f2-42e8-80fb-bffcb486ade1 |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/9943b9c6-7bf8-4641-9399-ec43d18bc138 |
Thank you Rohit. I see that if arrowheads are not needed, then EdgeShapeFunction -> {Line[#1] &} is very good. It also appears that GraphLayout -> {"EdgeLayout" -> "StraightLine"} was quickly implemented with ... |
How is that done? |
Hi Jim, As an example, consider the general population of vectors of length n = 5 composed of n letters: a,b,c,d,e. This population has well known size n^n. I'm interested in subsets of this population defined by *frequencies* of the letters (in... |
I've noticed that my Intel Comet Lake shared memory multiprocessor architecture is very "lazy" about garbage collection (not just with Mathematica), procrastinating until the situation is dire. This can happen too late with parallel kernels,... |
I'd like to create an XLSX file for offline use that contains images. Here's my example: name = "Abruzzi"; img = Import["http://figs4fun.com/fpix/FP861-25_192.jpg"]; myTable = { {"Cultivar", "skin color", "flesh color",... |
Lately I've been assisting a group of fruit breeding hobbyists in the U.S. They are concerned with continuing work initially performed in Japan and Ukraine with cold-hardy, less astringent, and hybrid Asian (Diospyros kaki) x American (Diospyros... |