Issue 702: Plot() should use standard kwarg syntax -- examples in docstrings don't work http://code.google.com/p/sympy/issues/detail?id=702
Comment #7 by goriccardo: The problem is in the style keyword: with this patch you can't specify the style of the pyglet window, i.e: Calling Plot(x**2, style="dialog") doesn't work anymore because the keyword is catched by our Plot classes and "dialog" isn't a valid value for it. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en -~----------~----~----~----~------~----~------~--~---
