Fred Hohman

Results 24 issues of Fred Hohman

Go to tables 2 and 3 and make sure all examples are included: https://andrewhead.info/assets/pdf/augmented-formulas.pdf

enhancement
good first issue

Not clear by what dimensions to organize these links by. I'm open to suggestions!

enhancement

enhancement
good first issue

https://peterbloem.nl/blog/pca-4

https://twitter.com/depthsofwiki/status/1568602200120918020

Is it possible to render multiple jgraph views on one page? For example: ```javascript jgraph.create('.graph-left'); $.getJSON('graphs/lesmis.json', function (graph) { jgraph.draw(graph); }); jgraph.create('.graph-right'); $.getJSON('graphs/lesmis.json', function (graph) { jgraph.draw(graph); }); ``` When...

Is there a way to run the force directed graph layout on a graph but restrict the layout to 2D, say in the x-y plane? i.e. just the standard layout...

@mathisonian can you see if you can get the `thead` or `th` to be sticky and always shown when scrolling on the example table? Relevant code is here: ac785ccc323aedd2c27b2d94cefac7387624b3ff I...

This style is used for showing bibtex in the CV and paper pages. The bottom corners are clipped because of the scroll bar.