User Portlet User Portlet

Discussions
I'm (still) having trouble setting the color of lines drawn by Dendrogram. They are too faint for the publisher - I would prefer them to be Black. Here is an example: ![enter image description here][1] sMD = { {1, {1, 1,...
I'm working on digital SSR of perennial plant whole chromatin DNA. I found the Interval type very useful in titrating out a chromosome segment containing a reasonable density of alleles of interest. The code ran remarkably fast and had no surprises....
I'd like the Red arrow below to coincide with the points of the Black line. How is this done? I've been working on it for awhile but can't seem to pin the tail on the donkey! plotData = {}; line1Points = {{1, 4}, {10, 4}}; ...
Hi, It appears the default color for branches in a Dendrogram is gray. I tried changing them to Black with BaseStyle->Black to no avail. How is this accomplished? ![enter image description here][1] [1]:...
Two years ago I acquired Mathematica to assist with the analysis of genetic profiles of fig cultivars taken a decade ago in Davis CA. It has been extremely useful and I'm happy to announce my publication on the subject: ...
In a multi-component graph, the Graph entity will usually display the components in Rows. The Spacings between each row appears to be governed by AspectRatio as shown below. Question: Is there an attribute (property) that a user can set to...
Is there an UPGMA (perhaps with WPGMA) implementation for Mathematica? If not, perhaps someone can recommend an implementation that runs on Windows 10+ ? Thank you.
Do Callouts work in Graphics? If so, how would I have the values of **centers** appear below the ellipses in this example? centers = {0, 28.7, 33.8, 48.0, 55.4, 71.9}; Graphics[ Join[ ({Black, Circle[{#, 0}, {0.1, 0.4}]} & /@...
I'm interested in importing and navigating in Mathematica v12.2 desktop a recent GenBank whole genome of Ficus carica cultivar Dottato: https://www.ncbi.nlm.nih.gov/genome/53047?genome_assembly_id=749845 I've come up empty handed in the...
I have numerical data for 3D surfaces that I wish to mutually crop; i.e. crop the front and back with the left, right, top, and bottom - and similarly for the other 2 permutations. Afterwards, I will join these to make the surface of a volume. And...