Python and Pandas, then there are several graphing libraries to use, such
as Bokeh or Seaborn.  Seaborn will give you great looking visualizations,
Bokeh adds an interactive interface.
https://seaborn.pydata.org/
http://bokeh.org/

On Sat, Aug 12, 2023 at 5:42 AM Rich Shepard <rshep...@appl-ecosys.com>
wrote:

> On Fri, 11 Aug 2023, American Citizen wrote:
>
> > Has anyone used 3d surface plotting software (other than gnuplot splot
> > with pm3d) ??
>
> Randall,
>
> Three suggestions:
>
> 1. As Brian suggested, python3 and pandas. This would be my first choice
> for
> data sets such as yours for the shortest learning curve.
> <https://pandas.pydata.org/>
>
> 2. PSTricks. I've used this when precise control of vector graphics is
> required. <https://www.tug.org/PSTricks/main.cgi>
>
> 3. The R Project, the most comprehensive statistical data analysis toolkit
> available. Currently there are more than 6,000 packages in the
> Comprehensive
> R Archive Network covering every type of data, physical, chemical,
> biological, social, etc.
> <https://www.r-project.org; https://cran.r-project.org>
>
> Looks like a really interesting data analysis project. Good luch with it.
>
> Rich
>
>

Reply via email to