How do I draw a scattergram in latex (in Chines is called 散佈圖(excel))?
The scttergram is a figure like the attached picture.
The unit in x-axis of Scttergram is uniform.
Does somebody have the compelete code or sample about the scatergram?
The picture come from the Queried Virtal Shaodw Maps.
General ⇒ How do I draw a scattergram in latex
How do I draw a scattergram in latex
- Attachments
-
- scattergram
- scattergram.JPG (30.84 KiB) Viewed 2224 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How do I draw a scattergram in latex
Hi,
you could use pgf/TikZ, have a look at this example: Pgfplots.
Alternatively you could use PSTricks, I would prefer pgf.
Stefan
you could use pgf/TikZ, have a look at this example: Pgfplots.
Alternatively you could use PSTricks, I would prefer pgf.
Stefan
LaTeX.org admin
Re: How do I draw a scattergram in latex
Thank you very much!