A dot using pstThreeDDot











up vote
3
down vote

favorite












I want to put a dot on the beginning of the red line. My code is:



documentclass[a4paper,pstricks,11pt]{report}
usepackage{amssymb}
usepackage{latexsym}
usepackage{amsmath}
usepackage[usenames]{color}
usepackage{pst-solides3d}
usepackage{pst-3dplot}

begin{document}
begin{center}
begin{pspicture}(-2,-3)(4,6.5)
psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint,opacity=0.7,grid}
axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](0,0,0)(5,5,5)
defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
function=line,r=0,action=draw]
pstThreeDDot[SphericalCoor,linecolor=red](3,0,0)
end{pspicture}
end{center}
end{document}


What is wrong here?



enter image description here










share|improve this question









New contributor




Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    3
    down vote

    favorite












    I want to put a dot on the beginning of the red line. My code is:



    documentclass[a4paper,pstricks,11pt]{report}
    usepackage{amssymb}
    usepackage{latexsym}
    usepackage{amsmath}
    usepackage[usenames]{color}
    usepackage{pst-solides3d}
    usepackage{pst-3dplot}

    begin{document}
    begin{center}
    begin{pspicture}(-2,-3)(4,6.5)
    psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint,opacity=0.7,grid}
    axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](0,0,0)(5,5,5)
    defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
    psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
    function=line,r=0,action=draw]
    pstThreeDDot[SphericalCoor,linecolor=red](3,0,0)
    end{pspicture}
    end{center}
    end{document}


    What is wrong here?



    enter image description here










    share|improve this question









    New contributor




    Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      I want to put a dot on the beginning of the red line. My code is:



      documentclass[a4paper,pstricks,11pt]{report}
      usepackage{amssymb}
      usepackage{latexsym}
      usepackage{amsmath}
      usepackage[usenames]{color}
      usepackage{pst-solides3d}
      usepackage{pst-3dplot}

      begin{document}
      begin{center}
      begin{pspicture}(-2,-3)(4,6.5)
      psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint,opacity=0.7,grid}
      axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](0,0,0)(5,5,5)
      defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
      psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
      function=line,r=0,action=draw]
      pstThreeDDot[SphericalCoor,linecolor=red](3,0,0)
      end{pspicture}
      end{center}
      end{document}


      What is wrong here?



      enter image description here










      share|improve this question









      New contributor




      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I want to put a dot on the beginning of the red line. My code is:



      documentclass[a4paper,pstricks,11pt]{report}
      usepackage{amssymb}
      usepackage{latexsym}
      usepackage{amsmath}
      usepackage[usenames]{color}
      usepackage{pst-solides3d}
      usepackage{pst-3dplot}

      begin{document}
      begin{center}
      begin{pspicture}(-2,-3)(4,6.5)
      psset{unit=1.0cm,viewpoint=50 17 20 rtp2xyz,lightsrc=viewpoint,opacity=0.7,grid}
      axesIIID[showOrigin=false,linewidth=1.5pt,arrowinset=0,arrows=->,arrowscale=1.5,labelsep=15pt](0,0,0)(5,5,5)
      defFunction[algebraic]{line}(t){3*cos(t)}{3*sin(t)}{0}
      psSolid[object=courbe,range=0 1.570796327,linewidth=1.5pt,linecolor=red,
      function=line,r=0,action=draw]
      pstThreeDDot[SphericalCoor,linecolor=red](3,0,0)
      end{pspicture}
      end{center}
      end{document}


      What is wrong here?



      enter image description here







      pstricks 3d pst-solides3d pst-3dplot






      share|improve this question









      New contributor




      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Nov 26 at 11:52









      Herbert

      266k23405716




      266k23405716






      New contributor




      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 26 at 11:35









      Carl

      161




      161




      New contributor




      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Carl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          pst-solides3d and pst-3dplot are incompatible! The first is a central projection and the latter a parallel projection. Use



          psSolid[object=point,linecolor=red,args=3 0 0]


          enter image description here



          or rotate the 3d coordinate system also for pst-3dplot. viewpoint is not valid for pstThreeDDot






          share|improve this answer























          • Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
            – Carl
            Nov 26 at 12:13










          • pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
            – Herbert
            Nov 26 at 12:22










          • Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
            – Carl
            Nov 26 at 12:39










          • ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
            – Carl
            Nov 26 at 12:40












          • pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
            – Herbert
            Nov 26 at 12:48











          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',
          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
          });


          }
          });






          Carl is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461807%2fa-dot-using-pstthreeddot%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          pst-solides3d and pst-3dplot are incompatible! The first is a central projection and the latter a parallel projection. Use



          psSolid[object=point,linecolor=red,args=3 0 0]


          enter image description here



          or rotate the 3d coordinate system also for pst-3dplot. viewpoint is not valid for pstThreeDDot






          share|improve this answer























          • Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
            – Carl
            Nov 26 at 12:13










          • pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
            – Herbert
            Nov 26 at 12:22










          • Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
            – Carl
            Nov 26 at 12:39










          • ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
            – Carl
            Nov 26 at 12:40












          • pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
            – Herbert
            Nov 26 at 12:48















          up vote
          1
          down vote













          pst-solides3d and pst-3dplot are incompatible! The first is a central projection and the latter a parallel projection. Use



          psSolid[object=point,linecolor=red,args=3 0 0]


          enter image description here



          or rotate the 3d coordinate system also for pst-3dplot. viewpoint is not valid for pstThreeDDot






          share|improve this answer























          • Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
            – Carl
            Nov 26 at 12:13










          • pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
            – Herbert
            Nov 26 at 12:22










          • Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
            – Carl
            Nov 26 at 12:39










          • ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
            – Carl
            Nov 26 at 12:40












          • pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
            – Herbert
            Nov 26 at 12:48













          up vote
          1
          down vote










          up vote
          1
          down vote









          pst-solides3d and pst-3dplot are incompatible! The first is a central projection and the latter a parallel projection. Use



          psSolid[object=point,linecolor=red,args=3 0 0]


          enter image description here



          or rotate the 3d coordinate system also for pst-3dplot. viewpoint is not valid for pstThreeDDot






          share|improve this answer














          pst-solides3d and pst-3dplot are incompatible! The first is a central projection and the latter a parallel projection. Use



          psSolid[object=point,linecolor=red,args=3 0 0]


          enter image description here



          or rotate the 3d coordinate system also for pst-3dplot. viewpoint is not valid for pstThreeDDot







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 27 at 20:05

























          answered Nov 26 at 11:50









          Herbert

          266k23405716




          266k23405716












          • Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
            – Carl
            Nov 26 at 12:13










          • pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
            – Herbert
            Nov 26 at 12:22










          • Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
            – Carl
            Nov 26 at 12:39










          • ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
            – Carl
            Nov 26 at 12:40












          • pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
            – Herbert
            Nov 26 at 12:48


















          • Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
            – Carl
            Nov 26 at 12:13










          • pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
            – Herbert
            Nov 26 at 12:22










          • Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
            – Carl
            Nov 26 at 12:39










          • ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
            – Carl
            Nov 26 at 12:40












          • pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
            – Herbert
            Nov 26 at 12:48
















          Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
          – Carl
          Nov 26 at 12:13




          Many thanks, Herbert. I'm now using psSolid[object=line,linecolor=red,args=3 0 0 3 3 0] to joint two points by a straight line but I also want to put arrows in the end of the line. How can I do it?
          – Carl
          Nov 26 at 12:13












          pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
          – Herbert
          Nov 26 at 12:22




          pst-solides3d has only 3d arrows: psSolid[object=vecteur, args=1 2 2] For 2d arrows set first two 3d nodes and then psline{<->}(A)(B)
          – Herbert
          Nov 26 at 12:22












          Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
          – Carl
          Nov 26 at 12:39




          Ok. Just one last question: I’m also trying to plot vector fields in the plane, namely the vector field $F(x,y) = frac{sqrt{2}x}{sqrt{x^2 + y^2}} mathbf{i} + frac{sqrt{2}y}{sqrt{x^2 + y^2}} mathbf{j}$. I used psVectorfield but I don’t know very well how this command works (the pst-plot-doc pdf manual does not tell much about it). I also know that tikz package is an alternative...
          – Carl
          Nov 26 at 12:39












          ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
          – Carl
          Nov 26 at 12:40






          ... The problem is I have some other figures in the same picture using PSTricks and I don’t want to convert them to tikz. I’m also aware of the link tug.org/PSTricks/main.cgi but the example presented there (tug.org/PSTricks/main.cgi?file=examples#vector) is not simple... what do you suggest to plot vector fields? There any command in PSTricks? e.g. like “fieldplot” in Maple?
          – Carl
          Nov 26 at 12:40














          pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
          – Herbert
          Nov 26 at 12:48




          pstVectorfield is a simple 2d vector filed of a given z=f(x,y) and should be easy to use.
          – Herbert
          Nov 26 at 12:48










          Carl is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Carl is a new contributor. Be nice, and check out our Code of Conduct.













          Carl is a new contributor. Be nice, and check out our Code of Conduct.












          Carl is a new contributor. Be nice, and check out our Code of Conduct.
















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2f461807%2fa-dot-using-pstthreeddot%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?