Christopher J. 'CJ' Wright
Christopher J. 'CJ' Wright
At some point yes, I'm sick today and I just haven't gotten around to it. It is on my to-do list though.
We use the class inside a larger library.
I mean background color. However that doesn't seem to be possible. ```python import networkx as nx import matplotlib.pyplot as plt import random from grave import plot_network graph = nx.barbell_graph(10, 14)...
FYI I also hacked the `Text` object created (to make all the nodes red) and still no joy.
Yey human fuzzing!
As a follow up on this I was able to change the node size and see the color but the text background color seems to be white, is it possible...
I used `noarch: python` I'm running `conda-build 2.17.1` (so I'm in line with conda-forge (mostly)).
I think this will be fixed in conda build 3. I just dropped the noarch.
It would also be great to document this decision and its implications. For instance why can't we use the windows libraries that we usually ship? We build most things (including...
The logic was mostly that automerges of rebuilds were safer than version bumps for a few reasons: 1. They don't introduce new dependencies that are not put into the `meta.yaml`...