On Tue, Oct 14, 2008 at 9:00 AM, Marshall Hampton <[EMAIL PROTECTED]> wrote:
>
> Ah, right, sorry about that. So the points are in the right place,
> and the contours were being drawn wrong? That makes me feel much
> better.
>
Yes. The contours were being drawn to too small of precision,
hence
Ah, right, sorry about that. So the points are in the right place,
and the contours were being drawn wrong? That makes me feel much
better.
Thanks again,
Marshall
On Oct 14, 9:49 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Tue, Oct 14, 2008 at 8:42 AM, Marshall Hampton <[EMAIL PROTECTE
On Tue, Oct 14, 2008 at 8:42 AM, Marshall Hampton <[EMAIL PROTECTED]> wrote:
>
> Are you guys implying this is a natural fix? The behavior I see is a
> bug, in my opinion. I don't want 500 contours for what I am doing.
500 is not the number of contours but the *precision*.
You have to up it or
Are you guys implying this is a natural fix? The behavior I see is a
bug, in my opinion. I don't want 500 contours for what I am doing.
Thanks for taking a look!
-M. Hampton
On Oct 14, 9:26 am, Jason Grout <[EMAIL PROTECTED]> wrote:
> William Stein wrote:
> > On Tue, Oct 14, 2008 at 8:07 AM,
On Oct 14, 2008, at 08:26 , Jason Grout wrote:
>
> William Stein wrote:
>> On Tue, Oct 14, 2008 at 8:07 AM, Marshall Hampton <[EMAIL PROTECTED]
>> > wrote:
>>> I am trying to do a demo for a class and I have encountered a
>>> strange
>>> and very annoying error (or I am missing something).
>>
William Stein wrote:
> On Tue, Oct 14, 2008 at 8:07 AM, Marshall Hampton <[EMAIL PROTECTED]> wrote:
>> I am trying to do a demo for a class and I have encountered a strange
>> and very annoying error (or I am missing something).
>>
>> If I do:
>> {{{
>> var('x,y')
>> f = (x^2+y^2)^(.5)
>> cp = con
It appears this is caused somehow by implicit_plot; if I use
parametric_plot for the ellipse everything works normally.
-M. Hampton
On Oct 14, 10:07 am, Marshall Hampton <[EMAIL PROTECTED]> wrote:
> I am trying to do a demo for a class and I have encountered a strange
> and very annoying error (
On Tue, Oct 14, 2008 at 8:07 AM, Marshall Hampton <[EMAIL PROTECTED]> wrote:
>
> I am trying to do a demo for a class and I have encountered a strange
> and very annoying error (or I am missing something).
>
> If I do:
> {{{
> var('x,y')
> f = (x^2+y^2)^(.5)
> cp = contour_plot(f,(-3,3),(-4,4), fi