Skip to content

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

@murkle

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>

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