Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] plotting some 3D line segments with gnuplot

Subject: CGAL users discussion list

List archive

[cgal-discuss] plotting some 3D line segments with gnuplot


Chronological Thread 
  • From: Francois Berenger <>
  • To:
  • Subject: [cgal-discuss] plotting some 3D line segments with gnuplot
  • Date: Mon, 04 Jul 2011 13:24:33 +0900

Hello,

This might be useful for people who don't/can't run
geomview and are using some UNIX-like:

---
cat > data.txt << EOF
0 0 0
1 1 1


2 2 2
3 3 3
EOF
gnuplot
set ticslevel 0
splot "data.txt" with lines

---

Note that there are 2 blank lines in order
to separate the 2 line segments.

Regards,
F.


  • [cgal-discuss] plotting some 3D line segments with gnuplot, Francois Berenger, 07/04/2011

Archive powered by MHonArc 2.6.16.

Top of Page