From: Ether J. <ma...@et...> - 2015-11-25 00:54:17
|
I am having trouble finding the syntax to plot more than one 3D parametric surface on the same plot. Can it even be done? |
From: Gunter K. <gu...@pe...> - 2015-11-25 06:02:51
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I am no plot() expert. But load("draw"); draw3d(parametric( will be able to do it. Will send you a version of the pdf manual that contains the plots resulting from the draw() examples via a separate e-mail in order not to clobber this list with too large attachments. Kind regards, Gunter. On 25.11.2015 01:54, Ether Jones wrote: > I am having trouble finding the syntax to plot more than one 3D > parametric surface on the same plot. Can it even be done? > > > ---------------------------------------------------------------------- - -------- > > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for > multiple OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 > > > > _______________________________________________ Maxima-discuss > mailing list Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJWVU7+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1M0YwNDdDRTY2QjkxQjBGNzI0QzU0NUQ1 Qzg2QzBFNDIxMUQ1QjhFAAoJEFyGwOQhHVuOtyMP/3YgyV6Q3mxq1Se5iH4mOzAd m5NiQUNUzxadcqdFiEdc/K9g+5mMyp22alsFnlYAqfUtW6eNT8stymJdTGnkYH5D Y8hqVbtewy7CfvGgtJtNsgF3L+s1v8q6+zO7DmUtPEVTeh6bsPDW4HIEJZIE0LLr e60v6n4O+0/aSNKxFQ5ZN9lYJ5cNXDiTHU3PJjlWSRRqQh6G6l+fmofL7MmxoXkN OUAzDpISa7tA650IfANUJP7NqK7R3sr7GC/tDLdNOnX1MRr5vS5B0P8P/+87lLGf QWESgcOXQHaa1KFoNyJJpr5Zh/INIXooHvOzHb2G0rFn8xq9fBKQ4rLKVpZQtTHy 3o16dAPsce9JOs5uO2MM4VoVNyhYu0IBbc1DvdFwUoUjgTxQj9f7Pb57Zt4Jzauh j/tZtg55Upm8VMkm3vKBt37X0hhxdIFFP9xSLTOrrQr9AD3T2CGEcCwFVr7ChtDZ S2tqTIGHUFkqgDxE7kQuVOIk/rhLXmWeDQleAk8RnOwbI39sJd8jIbpiy1RcWCvz QLqTYkRmf96VbfunNxvgrpTdi2L0F2sWjxpcZRUIbRdxTiE9ah7BPeGpM1mqv9kS W08V/rZc6kSBpMP3EuWcsspigzqdD8zkjcKguwSjzU640xdsw+eHvsh3oNXDiO6N TubESJYoREIMu4tjMNYp =GmZn -----END PGP SIGNATURE----- |
From: Jan H. M. <jan...@ma...> - 2015-11-25 09:09:38
|
If you scroll down the link http://mbmr.jimdo.com/tools/cas/gleichungssysteme-maxima/ there are some copy&paste examples with combined implicit plots (which only have to be exchanged by parametrics)... You can ignore the german explanations ;-) Jan Von meinem DynaTAC 8000X gesendet > Am 25.11.2015 um 01:54 schrieb Ether Jones <ma...@et...>: > > I am having trouble finding the syntax to plot more than one 3D parametric surface on the same plot. Can it even be done? > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss |
From: Mario R. <bio...@te...> - 2015-11-25 13:25:06
|
El 25/11/15 a las 01:54, Ether Jones escribió: > I am having trouble finding the syntax to plot more than one 3D > parametric surface on the same plot. Can it even be done? Some links: Functions in 3d: http://riotorto.users.sourceforge.net/gnuplot/func3d/index.html Parametric functions in 2d and 3d: http://riotorto.users.sourceforge.net/gnuplot/parametric/index.html and some other things: http://riotorto.users.sourceforge.net/gnuplot/ -- Mario |