Giter Club home page Giter Club logo

Comments (6)

gnzlbg avatar gnzlbg commented on April 28, 2024 6

Without inline math, and without straight lines, this is kind of the best that I'm able to make a neural network look like:

Screen Shot 2020-06-21 at 12 32 41

but they should look more like this:

Screen Shot 2020-06-21 at 12 33 48

from mermaid.

gnzlbg avatar gnzlbg commented on April 28, 2024 1

I disagree, the lines aren't currently straight as in the picture that @ccorcos showed. One can try to use: linkStyle default interpolate basis to improve things a bit, but it still looks quite bad.

from mermaid.

vijay40 avatar vijay40 commented on April 28, 2024

screenshot from 2014-12-09 19 13 22
This is the graph I am able to make. I have to give them some text to nodes, as I am not able to make a node without any text. I want to know wheather there is some procedure by which I can make a node without giving any text to it. The code for above graph is :

   graph LR;
    a1((a1))-->b1((b1));
    a2((a2))-->b1;
    a3((a3))-->b1;
    a1-->b2((b2));
    a2-->b2;
    a3-->b2;
    a1-->b3((b3));
    a2-->b3;
    a3-->b3;
    a1-->b4((b4));
    a2-->b4;
    a3-->b4;
    b1-->c1((c1));
    b2-->c1;
    b3-->c1;
    b4-->c1;
    b1-->c2((c2));
    b2-->c2;
    b3-->c2;
    b4-->c2;

from mermaid.

draco2003 avatar draco2003 commented on April 28, 2024

Not sure if it helps or not, but you can make a node with a clear space as the label
a1( )-->b1( );

from mermaid.

vijay40 avatar vijay40 commented on April 28, 2024

This is not possible currently. But it will be useful if it is supported.

from mermaid.

knsv avatar knsv commented on April 28, 2024

I am closing this issue as the clear space answer should do the trick. If you disagree, please let me know.

from mermaid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.