Skip to main content

All Questions

Tagged with
4 votes
1 answer
607 views

Plot several connected points

I have the following code, a minimal working example only with 10 points: \documentclass{article} \usepackage{tikz,pgfplots} \usetikzlibrary{calc} \usetikzlibrary{positioning} \begin{document} \...
Angelo Aliano Filho's user avatar
2 votes
2 answers
1k views

How to create a point cloud in a 3D coordinate system with TikZ?

I want to create a simple point cloud in a coordinate system similar to this one: but without the axes being annotated by their values. For these example points: \pgfplotstableread{ X Y Z 2.2 14 4 ...
Rani's user avatar
  • 130
1 vote
1 answer
301 views

Customizing a point label style

There are some points labels that overlap on one another if the points were near an axis or close to one another, because the table is relatively long to be written horizontally. How can I writ a ...
Taha Magdy's user avatar
2 votes
0 answers
75 views

connecting nearest points [closed]

I'm fairly new to pgfplots and latex and strugling a bit with connecting points in pgfplots. I have a bunch of points and want pgfplots to connect each point to the point next to them. To get a line ...
Johannes Behrens's user avatar