Enjoys Math

Results 41 comments of Enjoys Math

@s1ck Yes, that is the precise problem. Except my query graphs are between 1 - 100 nodes, very sparse. In fact google "commutative diagrams" - that's what I'm in need...

Thank you! I think it can be accomplished with multiple MATCH lines. On Tue, Apr 2, 2019 at 1:18 AM Martin Junghanns wrote: > @enjoysmath Sorry, I didn't find time...

:) On Tue, Apr 2, 2019 at 6:18 PM Luna Tuna wrote: > Thank you! I think it can be accomplished with multiple MATCH lines. > > On Tue, Apr...

@varkor what if all we need is a javascript call into Quiver for getting the base64 encoding and another call for setting, or we could set by directing the iframe...

@emilypi I need this feature too! It is in fact critical to my application that I be able to get and set the graph externally.

I can share some code of how I accomplished the Javascript API for my personal project "Abstract Spacecraft". I even did it with Quiver completely copied into a folder under...

Here's an auto-indexing widget I wrote for a PyQt5-based diagram editor for desktops. I currently have the project on the backburner and have moved Quiver Database to the front. ![image](https://user-images.githubusercontent.com/1606391/135005012-694ead51-9519-436a-af29-922b1a81fecb.png)...

I second this idea. How else would you do `X \xrightarrow{\sim} Y` together with its name label?

But if arrows can have mutlple lablels, you might as well make nodes as well. I would say you have a main label which is always present but can be...

@varkor In answer to your question about an example for multi-labels on vertices: [Quiver Link](https://q.uiver.app/?q=WzAsMTIsWzAsMSwiMCJdLFsxLDEsIkEiXSxbMiwxLCJCIl0sWzMsMSwiQyJdLFs0LDEsIjAiXSxbMSwyLCJBJyJdLFswLDIsIjAiXSxbMiwyLCJCJyJdLFszLDIsIkMnIl0sWzQsMiwiMCJdLFszLDAsImM9ZyhiKSJdLFsyLDAsImIiXSxbMCwxXSxbMSwyLCJmIl0sWzIsMywiZyJdLFszLDRdLFsxLDUsImEiXSxbNiw1XSxbNSw3LCJmJyIsMl0sWzcsOCwiZyciLDJdLFs4LDldLFsyLDcsImIiLDFdLFszLDgsImMiLDFdLFsxMCwzLCJcXGluIiwxLHsic3R5bGUiOnsiYm9keSI6eyJuYW1lIjoibm9uZSJ9LCJoZWFkIjp7Im5hbWUiOiJub25lIn19fV0sWzExLDIsIlxcaW4iLDEseyJzdHlsZSI6eyJib2R5Ijp7Im5hbWUiOiJub25lIn0sImhlYWQiOnsibmFtZSI6Im5vbmUifX19XV0=) Pictured you see the first part of a diagram chase in a category of A-modules....