2. How to plot functions of e in latex
Need to use psplot under latex to plot some functions of e, such as
log to the base e of (x+1) and e**(x+1)
Initial thoughtsthat they will be like these (where I substitute a
constant for e below).
\psplot{-4}{4}{x 1 add ln}
\psplot{-4}{4}{e x 1 add exp}
T.I.A.
Hello, is it possible to include a series of graphs in a \dataplot (or alike). Somethings like %datafile x y1 y2 y3 ... x y1 y2 y3 ... ... that gives 4+ independent graphs, without creating x amount of input files? And if so, is it also possible, to assign automatically different colors and/or linestyles for each graph? I would like to avoid to include an Excel-charts, but creating an extra file for each line seems a lot of work ... Thanks! Tom
5. Density plots with PSTricks?
6. PStricks: mismatch between grid and plotted items.
Hi, first of all sorry since I don't have any source code to show. (the machine I use is not my primary one). I made a small figure with Latex and pstricks, But I found out that the items I plot (a small circle let's say ) do not appear at the correct position on the grid even if they should. :-( This bug is somehow already described in a document called "pstricks.bug" in the PStricks distribution. Is there any workaround? Luciano ps. Sorry again that I have no code to show, if I get some feedback I will surely do it :-)
7. Unusual notation for functions in PSTricks
8. [latex][pstricks] Graph of mathematics function
hi
I am trying to learn LaTeX to write mathematics document.
I am on linux Mandrake edition 2005 and i use emacs.
I just want to make the graph of f(x)=6+3x-x
so I do that :
\documentclass{article}
\usepackage[pst-func]{pstricks}
\usepackage{pspicture}
\begin{document}
\begin{psppicture*}(-3,-5)(5,10)
\psaxes[Dy]{>>}(0,0)(-3,-5)(5,10)
\psset{linewidth=1.5pts}
\psPolynomial[coeff=6 3 -1,linecolor=red]{-3,5}
\end{pspicture*}
\end{document}
and the compilation gives the mesage :
!undefined control sequence
l.6 \psaxes
[Dy=2]{>>}(0,0)(-3,-5)(5,10)
?
!undefined control sequence
l.8 \psPolynomial
?
someone here use pstricks and can explain mi how to have this graph please ?
thx for your answer
PS: sorry for mi english