Post Reply 
Playing with Colors
12-14-2013, 06:52 PM (This post was last modified: 12-14-2013 06:52 PM by Han.)
Post: #2
RE: Playing with Colors
Is it possible to request a list of supported packages? (It appears the \require{} command is similar to \usepackage{}.) Let's try:

\[ \require{pst-plot}
\psset{xunit=8mm,yunit=8mm}
\begin{pspicture}(-1.5,-2.5)(4,6)
\psaxes[labels=none,ticks=none](0,0)(-1.5,-2.5)(4,5.5)
\psplot[linecolor=red, linewidth=1pt]%
{-1.5}{3.5}{x x mul 2 x mul sub}
\psdot(-1,3) \uput[r](-1,3){$P=(-1,\hspace{5mm})$}
\psdot(1,-1) \uput[r](1,-1){$Q=(\hspace{5mm},-1)$}
\uput[u](2,-2.5){$f(x)=x^2-2x$}
\end{pspicture}
\]

Oh well, was worth the shot Smile

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Playing with Colors - Katie Wasserman - 12-14-2013, 09:48 AM
RE: Playing with Colors - Han - 12-14-2013 06:52 PM
RE: Playing with Colors - Katie Wasserman - 12-14-2013, 11:15 PM
RE: Playing with Colors - Albert Chan - 01-06-2023, 10:09 PM



User(s) browsing this thread: 1 Guest(s)