Coder Social home page Coder Social logo

Comments (3)

omegahh avatar omegahh commented on May 8, 2024

My latex environment is Mactex 2017, does it matter?

from plotneuralnet.

HarisIqbal88 avatar HarisIqbal88 commented on May 8, 2024

I tried to let the Box block's edges be invisible via fill=\fill, draw=\fill in Box.sty.

It does not make the edge invisible, it makes it the same colour as the fill. This is not important if opacity is high, but try with a low opacity and you get your edges visible.

Finally I found that \path (b) edge ["\bf\xlabel"', midway] (c); created a solid line in BC, so do AB and CF.

Yes, in my code every edge that is there to create a label(except for caption) also creates a line.

I don't know why the solid lines emerged though no pic action acted in above code.

As far as I understand, it is the default behaviour of the edge which you will notice if you run the code below. If you want to remove edges, I can think of 2 ways:

\documentclass[border=15pt, multi, tikz]{standalone}
\usetikzlibrary{quotes}

\begin{document}
\begin{tikzpicture}
% With Visible Edge 
\path (0,0,0) edge["Some text 1."',pos=0.5,text width=50,text centered] (4,0,0); 
% With edge opacity=0
\path (0,1,0) edge["Some text 2."',pos=0.5,text width=50,text centered, opacity=0, text opacity=1] (4,1,0); 
% With edge between 1 node
\path (0,2,0) edge["Some text 3."',text width=50,text centered] (0,2,0);
 
\end{tikzpicture}
\end{document}

from plotneuralnet.

omegahh avatar omegahh commented on May 8, 2024

Yes, your replies help me a lot. Thanks!

from plotneuralnet.

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.