[PLUG] looking for a 3d surface plotting program (besides gnuplot)
American Citizen
website.reader3 at gmail.com
Sun Aug 13 00:40:00 UTC 2023
I am using matplotlib, numpy, pandas all under python 3.6
Now if I could just get the graphics backend under matplotlib to work.
the current default rcParams['backend'] = 'agg' won't pop up any
graphics window, I am forced to do a direct file write to save the image.
On 8/12/23 06:03, Michael Ewan wrote:
> 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 <rshepard at 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
>>
>>
More information about the PLUG
mailing list