3D pressure field representationLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the...

What would be the most expensive material to an intergalactic society?

What was the implant device Captain Marvel was using?

Accepted offer letter, position changed

When traveling to Europe from North America, do I need to purchase a different power strip?

Why does liquid water form when we exhale on a mirror?

Is it necessary to separate DC power cables and data cables?

An alternative proof of an application of Hahn-Banach

Expressing logarithmic equations without logs

Was it really inappropriate to write a pull request for the company I interviewed with?

At what distance can a bugbear, holding a reach weapon, with Polearm Mastery, get their Opportunity Attack?

How to secure an aircraft at a transient parking space?

Error during using callback start_page_number in lualatex

Conservation of Mass and Energy

Rewrite the power sum in terms of convolution

Why was Goose renamed from Chewie for the Captain Marvel film?

Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?

Is it possible to avoid unpacking when merging Association?

Having the player face themselves after the mid-game

Is this Paypal Github SDK reference really a dangerous site?

Intuition behind counterexample of Euler's sum of powers conjecture

Bash script should only kill those instances of another script's that it has launched

In the late 1940’s to early 1950’s what technology was available that could melt a LOT of ice?

How to draw cubes in a 3 dimensional plane

IBM PAT Number Sequence



3D pressure field representation


LaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideTikZ: Drawing an arc from an intersection to an intersectionLine up nested tikz enviroments or how to get rid of themProblems with nested TikZpicturesHow to draw a square and its diagonals with arrows?













0















I would like to make a 3d version of the figure below



enter image description here



I can draw the different vectors but I can not represent the cylinder.



documentclass{article}
usepackage{tikz}
usetikzlibrary{calc,positioning,3D}

begin{document}
begin{tikzpicture}[x={(-0.866cm,-0.5cm)}, y={(0.866cm,-0.5cm)}, z={(0,1cm)}]
draw[-latex] (0,0,0) coordinate(B) -- ++ (3,0,0)node[above]{$x$};
draw[-latex](B) -- ++ (0,3,0)node[above]{$y$};
draw[-latex](B) -- ++ (0,0,3)node[right]{$z$};

foreach zz in {-20,-15,-10,...,20}{

pgfmathsetmacro{ZZ}{zz/10}
begin{scope}[canvas is xy plane at z=ZZ]
foreach ii in {-85,-75,...,85}{
draw[-latex] ({cos(ii)},{sin(ii)}) --++ (ii:{1*cos(ii)});
}
end{scope}
}

end{tikzpicture}

end{document}


The figure is not very readable, it must be improved!



enter image description here









share



























    0















    I would like to make a 3d version of the figure below



    enter image description here



    I can draw the different vectors but I can not represent the cylinder.



    documentclass{article}
    usepackage{tikz}
    usetikzlibrary{calc,positioning,3D}

    begin{document}
    begin{tikzpicture}[x={(-0.866cm,-0.5cm)}, y={(0.866cm,-0.5cm)}, z={(0,1cm)}]
    draw[-latex] (0,0,0) coordinate(B) -- ++ (3,0,0)node[above]{$x$};
    draw[-latex](B) -- ++ (0,3,0)node[above]{$y$};
    draw[-latex](B) -- ++ (0,0,3)node[right]{$z$};

    foreach zz in {-20,-15,-10,...,20}{

    pgfmathsetmacro{ZZ}{zz/10}
    begin{scope}[canvas is xy plane at z=ZZ]
    foreach ii in {-85,-75,...,85}{
    draw[-latex] ({cos(ii)},{sin(ii)}) --++ (ii:{1*cos(ii)});
    }
    end{scope}
    }

    end{tikzpicture}

    end{document}


    The figure is not very readable, it must be improved!



    enter image description here









    share

























      0












      0








      0








      I would like to make a 3d version of the figure below



      enter image description here



      I can draw the different vectors but I can not represent the cylinder.



      documentclass{article}
      usepackage{tikz}
      usetikzlibrary{calc,positioning,3D}

      begin{document}
      begin{tikzpicture}[x={(-0.866cm,-0.5cm)}, y={(0.866cm,-0.5cm)}, z={(0,1cm)}]
      draw[-latex] (0,0,0) coordinate(B) -- ++ (3,0,0)node[above]{$x$};
      draw[-latex](B) -- ++ (0,3,0)node[above]{$y$};
      draw[-latex](B) -- ++ (0,0,3)node[right]{$z$};

      foreach zz in {-20,-15,-10,...,20}{

      pgfmathsetmacro{ZZ}{zz/10}
      begin{scope}[canvas is xy plane at z=ZZ]
      foreach ii in {-85,-75,...,85}{
      draw[-latex] ({cos(ii)},{sin(ii)}) --++ (ii:{1*cos(ii)});
      }
      end{scope}
      }

      end{tikzpicture}

      end{document}


      The figure is not very readable, it must be improved!



      enter image description here









      share














      I would like to make a 3d version of the figure below



      enter image description here



      I can draw the different vectors but I can not represent the cylinder.



      documentclass{article}
      usepackage{tikz}
      usetikzlibrary{calc,positioning,3D}

      begin{document}
      begin{tikzpicture}[x={(-0.866cm,-0.5cm)}, y={(0.866cm,-0.5cm)}, z={(0,1cm)}]
      draw[-latex] (0,0,0) coordinate(B) -- ++ (3,0,0)node[above]{$x$};
      draw[-latex](B) -- ++ (0,3,0)node[above]{$y$};
      draw[-latex](B) -- ++ (0,0,3)node[right]{$z$};

      foreach zz in {-20,-15,-10,...,20}{

      pgfmathsetmacro{ZZ}{zz/10}
      begin{scope}[canvas is xy plane at z=ZZ]
      foreach ii in {-85,-75,...,85}{
      draw[-latex] ({cos(ii)},{sin(ii)}) --++ (ii:{1*cos(ii)});
      }
      end{scope}
      }

      end{tikzpicture}

      end{document}


      The figure is not very readable, it must be improved!



      enter image description here







      tikz-pgf tikz-3d





      share












      share










      share



      share










      asked 2 mins ago









      rpaparpapa

      8,53412039




      8,53412039






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478966%2f3d-pressure-field-representation%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478966%2f3d-pressure-field-representation%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

          (1602) Indiana Índice Designación y nombre Características orbitales Véase...

          Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...