Issue 29444 - New 3d-plots for Scientists : 3d parametric plot and plot a surface in a 3d plot
Summary: New 3d-plots for Scientists : 3d parametric plot and plot a surface in a 3d plot
Status: CLOSED DUPLICATE of issue 29012
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial with 4 votes (vote)
Target Milestone: ---
Assignee: IngridvdM
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 14:05 UTC by scls19fr
Modified: 2013-02-24 21:19 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description scls19fr 2004-05-24 14:05:48 UTC
Hello,

I write you because I think that
3d-plots for scientists are missing.

For example

How can I trace ... ?

x(t)=cos(t)
y(t)=sin(t)
z(t)=t
(helicoidal mouvement around z axis)
It's a ***** 3d parametric plot *****.

How can I trace ... ?
**** a surface in 3d *****
z=f(x,y)
for example
z=sqrt(1-x^2-y^2)
is a spherical surface with a radius R=1

Thanks
Comment 1 frank 2004-06-02 11:00:54 UTC
Hi,

wrong component, I changed it to Chart and re-assigned it.

Frank
Comment 2 kla 2004-06-04 12:50:25 UTC
Hi bettina,
one for you.
tk
Comment 3 rcabane 2004-11-13 09:43:26 UTC
*** Issue 29444 has been confirmed by votes. ***
Comment 4 papen 2004-11-14 10:30:30 UTC
Just an idea: is it possible to "recycle" gnuplot-code for these functions? In
the long term, it would be great if even the entire functionality of gnuplot
could be available in OOo.
Comment 5 scls19fr 2004-11-14 11:17:37 UTC
Hello,

I agree with you but I think there is a problem with GNUPlot licence.
GNUPlot licence is neither GPL, neither LGPL.
http://cvs.sourceforge.net/viewcvs.py/gnuplot/gnuplot/Copyright?view=auto

OOo must use a "LGPL like" license in order to allow commercials applications
such as StarOffice.
So, an idea could be to make an independant application "OOoPlot"  inspired from
GNUPlot.
This application should be more objet oriented than GNUPlot to easily provide an
interface to OOo Calc.
"OOoPlot".
OOoPlot could also provide scripting abilities for drawing and for ploting.
OOoPlot will support multiple layer

myplot = new plot()
mylayer = new myplot.layer()
mylayer.parametric.set()
mylayer.plot(cos(t),sin(t))
myplot.refresh()


All this features will be available for OOo Calc but also as a stand alone app.

Regards




Comment 6 bettina.haberer 2004-11-29 18:19:21 UTC
Reassigned to Ingrid.
Comment 7 IngridvdM 2005-04-19 13:31:04 UTC
Implementation of a surface chart is already targeted within Issue 29012.
The general idea of having functions instead of ranges for series values is
already filed in Issue 13079. So I set this to duplicate.

*** This issue has been marked as a duplicate of 29012 ***
Comment 8 IngridvdM 2005-04-19 13:35:52 UTC
closed as duplicate