eli knaap
eli knaap
I have a dataframe `data` with three dimensions (x,y,z) and I'd like to create a line plot where the color of the line is set by a colormap rather than...
following the discussion in the dev meeting 11/2/23 we will allow an `ids` argument when a sparse array is used to instantiate a `Graph` object (using either `build_` or `from_`),...
I needed a correlogram for a project i'm working on but noticed we didnt have one on hand in the library, so cooked this one up. It's roughly equivalent to...
this will remove the need to accept either a W or a Network, since we'll assume the graph has been properly constructed underneath. Will ultimately make the codebase (a lot)...
with recent versions of numba, instantiating a class will raise [`Method '__repr__' is not supported.`](https://github.com/pysal/segregation/actions/runs/5732887274/job/16125324176#step:6:784). I think this is because `__repr__` is now set internally [by jitclass](https://github.com/numba/numba/issues/8533), and thus we...
hey, thanks again for all your work on this package. One of the frustrating things about using the interactive plotting libraries directly is that they all implement their own strategies...
the current CI setup tests that the book builds, but does not test that it actually *runs*, which can be super confusing to users if our canonical tutorials have trouble...
The newest libpysal release has an overhauled data interface. The subpackage notebooks should be updated to use exclusively built-in data so that eeach notebook can run in a standalone environment...