We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1435666 commit a643572Copy full SHA for a643572
test/builtin/drawing/doc_tests.yaml
@@ -30,6 +30,7 @@ doc-011:
30
expr: DensityPlot[x ^ 2 + 1 / y, {x, -1, 1}, {y, 1, 4}]
31
doc-012:
32
expr: DensityPlot[x^2 y, {x, -1, 1}, {y, -1, 1}, Mesh->All]
33
+ skip: pyodide
34
doc-013:
35
expr: DiscretePlot[2.5 Sqrt[k], {k, 100}]
36
doc-014:
0 commit comments