Hi,
I am trying to migrate by lab data visualistion routine from matplotlib to latex. I came a cross some libraries, including the pacage pgfplots and the tikz's datavisualisation libarary. I am not sure whcih one is better for plotting large data sets from experiments. I think pgfplots is the more developed one and datavisualistion library is rather new?
Math & Science ⇒ Data visualisation: datavisualisation library or pdfplots.
-
- Posts: 3
- Joined: Sat Jun 15, 2024 4:56 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Data visualisation: datavisualisation library or pdfplots.
Hi Haoze,
welcome to the forum!
If you consider plotting in 3D, pgfplots would be preferable because of 3D ordering of points that I think the datavisalization library cannot do yet. The pgfplots library also has more plot types. I would prefer pgfplots as dedicated package with a huge manual and a lot of examples. Take also a look at pgfplots.net.
The datavisalization library also requires much learning of concept and syntax I think. I stick to pgfplots for now.
Stefan
welcome to the forum!
If you consider plotting in 3D, pgfplots would be preferable because of 3D ordering of points that I think the datavisalization library cannot do yet. The pgfplots library also has more plot types. I would prefer pgfplots as dedicated package with a huge manual and a lot of examples. Take also a look at pgfplots.net.
The datavisalization library also requires much learning of concept and syntax I think. I stick to pgfplots for now.
Stefan
LaTeX.org admin
-
- Posts: 3
- Joined: Sat Jun 15, 2024 4:56 pm