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?
pstricks 3d pst-solides3d pst-3dplot
New contributor
add a comment |
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?
pstricks 3d pst-solides3d pst-3dplot
New contributor
add a comment |
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?
pstricks 3d pst-solides3d pst-3dplot
New contributor
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?
pstricks 3d pst-solides3d pst-3dplot
pstricks 3d pst-solides3d pst-3dplot
New contributor
New contributor
edited Nov 26 at 11:52
Herbert
266k23405716
266k23405716
New contributor
asked Nov 26 at 11:35
Carl
161
161
New contributor
New contributor
add a comment |
add a comment |
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]
or rotate the 3d coordinate system also for pst-3dplot
. viewpoint
is not valid for pstThreeDDot
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 thenpsline{<->}(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 givenz=f(x,y)
and should be easy to use.
– Herbert
Nov 26 at 12:48
|
show 2 more comments
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]
or rotate the 3d coordinate system also for pst-3dplot
. viewpoint
is not valid for pstThreeDDot
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 thenpsline{<->}(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 givenz=f(x,y)
and should be easy to use.
– Herbert
Nov 26 at 12:48
|
show 2 more comments
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]
or rotate the 3d coordinate system also for pst-3dplot
. viewpoint
is not valid for pstThreeDDot
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 thenpsline{<->}(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 givenz=f(x,y)
and should be easy to use.
– Herbert
Nov 26 at 12:48
|
show 2 more comments
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]
or rotate the 3d coordinate system also for pst-3dplot
. viewpoint
is not valid for pstThreeDDot
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]
or rotate the 3d coordinate system also for pst-3dplot
. viewpoint
is not valid for pstThreeDDot
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 thenpsline{<->}(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 givenz=f(x,y)
and should be easy to use.
– Herbert
Nov 26 at 12:48
|
show 2 more comments
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 thenpsline{<->}(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 givenz=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
|
show 2 more comments
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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