On Sat, Aug 23, 2008 at 4:46 PM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>
> On Sun, Aug 24, 2008 at 12:16 AM, William Stein <[EMAIL PROTECTED]> wrote:
>> Anything that is not explicitly documented in parametric_plot3d should
>> just get passed on to show.
>>
>>  -- William
>
> Ok ! I'll make my documentation compliant with that advice.
>
> But i've noticed that it is sometimes not possible (in 3.1.1...). For example 
> :
>
> p = plot(exp,plot_points=3,plot_division=4)
> p.show(marker='+',markeredgecolor='red')
> TypeError: show() got an unexpected keyword argument 'marker'
>
>
> If you have an advice on the "best practice"'s way to typeset this, i
> am interested.
>

(1) You have it backwards -- options to plot3d that aren't used by
the plot3d command get passed through to show, not the other way
around.

(2) This is only for 3d plotting commands.  Unfortunately 2d plotting
commands don't work that way (yet).

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to