From owner-freebsd-ports@FreeBSD.ORG Thu Apr 8 14:14:16 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E03061065674 for ; Thu, 8 Apr 2010 14:14:16 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id A818A8FC19 for ; Thu, 8 Apr 2010 14:14:16 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 08 Apr 2010 10:14:15 -0400 Received: from mx04.lnh.mail.rcn.net (mx04.lnh.mail.rcn.net [207.172.157.54]) by mr02.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id QPX35396; Thu, 8 Apr 2010 10:14:07 -0400 (EDT) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 08 Apr 2010 10:14:07 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19389.58542.758803.443167@jerusalem.litteratus.org> Date: Thu, 8 Apr 2010 10:14:06 -0400 To: ports@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Subject: looking for simple 3d plotting program X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 14:14:17 -0000 I have a project for which I need to produce a {gif, jpg, png} of a 3d space, with labled axes, and plot a small number (<25 ??) of points within it, either with labels or as icons. Two constraints: Current code is written in C. I know there are programs in C++ and Python ... and I'm sure they will make someone else very happy. I know very little about data visualization in general, and would prefer - for the moment - not to have to learn. Anyone have suggestions? Robert Huff