Skip to content

Implicit curve (bicorn) goes below x-axis #366

Description

@murkle

This plot shouldn't go below the x-axis

Image
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Function Plot - Implicit Circle</title>
  <script src="https://unpkg.com/function-plot/dist/function-plot.js"></script>
</head>
<body>

  <div id="circle-implicit"></div>

  <script>
    functionPlot({
      target: '#circle-implicit',
      yAxis: { domain: [-1.897959183, 1.897959183] },
      xAxis: { domain: [-4, 4] },
      data: [
        {
          fn: '-y*y*(x*x-9)-(x*x+18*y-9)*(x*x+18*y-9)',
          fnType: 'implicit'
        }
      ]
    });
  </script>

</body>
</html>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    interval arithmeticIssues related with interval arithmetic plots.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions