function-plot icon indicating copy to clipboard operation
function-plot copied to clipboard

A 2d function plotter for the web

Results 44 function-plot issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I'm attempting to use this library with [Svelte](https://svelte.dev)([Kit](https://kit.svelte.dev)). In development, I immediately run into a pair of solvable issues: - `global is not defined` -- Either set `global = window`...

Hi,Your framework has a design flaw. When using the input {fn: ' x ^ (1/2)'}, It cannot be drawing, and warned me. Please tell me how to input 'x ^...

wontfix

`function-plot` is a very nice library. I want to use it in my markdown note. similar as: ```md ![](https://math.now.sh?from=y=x^2+3&color=red&alternateColor=cyan) ``` and then will display as: ![](https://math.now.sh?from=y=x^2+3&color=red&alternateColor=cyan)

The string syntax for specifying a `fn` is nice, but I prefer to implement my function as an actual Function. For example, instead of `fn: 'x^2'`, I wish to use...

bug
wontfix

This PR adds some niceness to the CI workflow, organizes the scripts in `package.json` to be more time efficient when running, and most importantly: It adds an entire release workflow!...

I was working and when playing with some settings i noticed that when i tried to graph x^(1/3) it didn't draw it properly, as it showed the positive side, but...

bug

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

I'm using Nextjs V12. When trying to use the function-plot library via import statement, the library does not work. I get the below error: There seems to be an import...

bug