plotjs 0.0.8__tar.gz → 0.0.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. {plotjs-0.0.8 → plotjs-0.0.9}/PKG-INFO +1 -3
  2. {plotjs-0.0.8 → plotjs-0.0.9}/README.md +0 -2
  3. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/css/index.md +7 -7
  4. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/javascript/index.md +14 -14
  5. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/javascript/javascript.py +1 -0
  6. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/CSS-2.html +33 -19
  7. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/CSS.html +33 -19
  8. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/area-natural-disasters.html +33 -19
  9. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/bug.html +33 -19
  10. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/javascript.html +34 -20
  11. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/javascript2.html +33 -19
  12. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart.html +33 -19
  13. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart10.html +33 -19
  14. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart11.html +33 -19
  15. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart2.html +33 -19
  16. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart3.html +33 -19
  17. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart4.html +33 -19
  18. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart5.html +33 -19
  19. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart6.html +33 -19
  20. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart7.html +33 -19
  21. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart8.html +33 -19
  22. {plotjs-0.0.8 → plotjs-0.0.9}/docs/iframes/quickstart9.html +33 -19
  23. plotjs-0.0.9/docs/iframes/random-walk-1.html +39624 -0
  24. plotjs-0.0.9/docs/reference/javascript.md +9 -0
  25. plotjs-0.0.9/justfile +44 -0
  26. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/__init__.py +1 -1
  27. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/plotjs.py +38 -14
  28. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/static/template.html +15 -13
  29. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs.egg-info/PKG-INFO +1 -3
  30. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs.egg-info/SOURCES.txt +0 -2
  31. {plotjs-0.0.8 → plotjs-0.0.9}/pyproject.toml +1 -1
  32. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/test_js.py +8 -0
  33. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/test_main.py +1 -1
  34. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/test_plotjs.py +3 -3
  35. plotjs-0.0.8/.coverage +0 -0
  36. plotjs-0.0.8/coverage-badge.svg +0 -1
  37. plotjs-0.0.8/docs/iframes/random-walk-1.html +0 -39589
  38. plotjs-0.0.8/docs/reference/javascript.md +0 -5
  39. plotjs-0.0.8/justfile +0 -43
  40. {plotjs-0.0.8 → plotjs-0.0.9}/.gitattributes +0 -0
  41. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/doc.yaml +0 -0
  42. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/lint.yaml +0 -0
  43. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/pypi.yaml +0 -0
  44. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/tests-browser.yaml +0 -0
  45. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/tests-js.yaml +0 -0
  46. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/tests-python.yaml +0 -0
  47. {plotjs-0.0.8 → plotjs-0.0.9}/.github/workflows/type.yaml +0 -0
  48. {plotjs-0.0.8 → plotjs-0.0.9}/.gitignore +0 -0
  49. {plotjs-0.0.8 → plotjs-0.0.9}/.pre-commit-config.yaml +0 -0
  50. {plotjs-0.0.8 → plotjs-0.0.9}/AGENT.md +0 -0
  51. {plotjs-0.0.8 → plotjs-0.0.9}/LICENSE +0 -0
  52. {plotjs-0.0.8 → plotjs-0.0.9}/bun.lock +0 -0
  53. {plotjs-0.0.8 → plotjs-0.0.9}/docs/developers/contributing.md +0 -0
  54. {plotjs-0.0.8 → plotjs-0.0.9}/docs/developers/overview.md +0 -0
  55. {plotjs-0.0.8 → plotjs-0.0.9}/docs/developers/parsing-matplotlib-svg.md +0 -0
  56. {plotjs-0.0.8 → plotjs-0.0.9}/docs/developers/svg-parser-reference.md +0 -0
  57. {plotjs-0.0.8 → plotjs-0.0.9}/docs/gallery/index.md +0 -0
  58. {plotjs-0.0.8 → plotjs-0.0.9}/docs/gallery/index.qmd +0 -0
  59. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/advanced/advanced.py +0 -0
  60. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/advanced/index.md +0 -0
  61. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/css/CSS.py +0 -0
  62. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/embed-graphs/index.md +0 -0
  63. {plotjs-0.0.8 → plotjs-0.0.9}/docs/guides/troubleshooting/index.md +0 -0
  64. {plotjs-0.0.8 → plotjs-0.0.9}/docs/img/how-it-works-1.png +0 -0
  65. {plotjs-0.0.8 → plotjs-0.0.9}/docs/img/how-it-works-2.png +0 -0
  66. {plotjs-0.0.8 → plotjs-0.0.9}/docs/img/overview.png +0 -0
  67. {plotjs-0.0.8 → plotjs-0.0.9}/docs/index.md +0 -0
  68. {plotjs-0.0.8 → plotjs-0.0.9}/docs/index.qmd +0 -0
  69. {plotjs-0.0.8 → plotjs-0.0.9}/docs/index_files/figure-commonmark/cell-3-output-1.png +0 -0
  70. {plotjs-0.0.8 → plotjs-0.0.9}/docs/reference/css.md +0 -0
  71. {plotjs-0.0.8 → plotjs-0.0.9}/docs/reference/datasets.md +0 -0
  72. {plotjs-0.0.8 → plotjs-0.0.9}/docs/reference/plotjs.md +0 -0
  73. {plotjs-0.0.8 → plotjs-0.0.9}/docs/static/style.css +0 -0
  74. {plotjs-0.0.8 → plotjs-0.0.9}/docs/stylesheets/style.css +0 -0
  75. {plotjs-0.0.8 → plotjs-0.0.9}/mkdocs.yaml +0 -0
  76. {plotjs-0.0.8 → plotjs-0.0.9}/overrides/partials/footer.html +0 -0
  77. {plotjs-0.0.8 → plotjs-0.0.9}/package.json +0 -0
  78. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/css.py +0 -0
  79. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/data/__init__.py +0 -0
  80. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/data/datasets.py +0 -0
  81. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/data/iris.csv +0 -0
  82. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/data/mtcars.csv +0 -0
  83. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/data/titanic.csv +0 -0
  84. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/javascript.py +0 -0
  85. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/static/default.css +0 -0
  86. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/static/plotparser.js +0 -0
  87. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs/utils.py +0 -0
  88. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs.egg-info/dependency_links.txt +0 -0
  89. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs.egg-info/requires.txt +0 -0
  90. {plotjs-0.0.8 → plotjs-0.0.9}/plotjs.egg-info/top_level.txt +0 -0
  91. {plotjs-0.0.8 → plotjs-0.0.9}/pytest.ini +0 -0
  92. {plotjs-0.0.8 → plotjs-0.0.9}/setup.cfg +0 -0
  93. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-browser/__init__.py +0 -0
  94. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-browser/conftest.py +0 -0
  95. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-browser/test_interactions.py +0 -0
  96. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-browser/test_rendering.py +0 -0
  97. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-javascript/EdgeCases.test.js +0 -0
  98. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-javascript/ParserSelectors.test.js +0 -0
  99. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-javascript/ParserSetHover.test.js +0 -0
  100. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-javascript/Selection.test.js +0 -0
  101. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/__init__.py +0 -0
  102. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/static/script.js +0 -0
  103. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/static/script2.js +0 -0
  104. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/static/style-invalid.css +0 -0
  105. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/static/style.css +0 -0
  106. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/test_css.py +0 -0
  107. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/test_data.py +0 -0
  108. {plotjs-0.0.8 → plotjs-0.0.9}/tests/test-python/test_other_utils.py +0 -0
  109. {plotjs-0.0.8 → plotjs-0.0.9}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotjs
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: Turn static matplotlib charts into interactive web visualizations
5
5
  Author-email: Joseph Barbier <joseph.barbierdarnal@mail.com>
6
6
  License-Expression: MIT
@@ -20,8 +20,6 @@ Requires-Dist: matplotlib>=3.10.0
20
20
  Requires-Dist: narwhals>=2.0.0
21
21
  Dynamic: license-file
22
22
 
23
- ![](./coverage-badge.svg)
24
-
25
23
  # `plotjs`: Turn static matplotlib charts into interactive web visualizations
26
24
 
27
25
  <img src="https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/plotjs/image.png?raw=true" alt="plotjs logo" align="right" width="150px"/>
@@ -1,5 +1,3 @@
1
- ![](./coverage-badge.svg)
2
-
3
1
  # `plotjs`: Turn static matplotlib charts into interactive web visualizations
4
2
 
5
3
  <img src="https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/plotjs/image.png?raw=true" alt="plotjs logo" align="right" width="150px"/>
@@ -36,7 +36,7 @@ You can directly apply a CSS string to your plot:
36
36
 
37
37
  ## Using a Python dictionary
38
38
 
39
- For better readability and reusability, you can define CSS as a dictionary using `plotjs.css.from_dict()`:
39
+ For better readability and reusability, you can define CSS as a dictionary:
40
40
 
41
41
  ```python
42
42
  from plotjs import css
@@ -44,12 +44,12 @@ from plotjs import css
44
44
  (
45
45
  PlotJS()
46
46
  .add_tooltip(labels=df["tooltip"])
47
- .add_css(css.from_dict({
47
+ .add_css(from_dict = {
48
48
  ".tooltip": {
49
49
  "background": "red",
50
50
  "color": "blue"
51
51
  }
52
- }))
52
+ })
53
53
  )
54
54
  ```
55
55
 
@@ -59,8 +59,8 @@ Method chaining also works if you want to split styles:
59
59
  (
60
60
  PlotJS()
61
61
  .add_tooltip(labels=df["tooltip"])
62
- .add_css(css.from_dict({".tooltip": {"color": "blue"}}))
63
- .add_css(css.from_dict({".tooltip": {"background": "red"}}))
62
+ .add_css(from_dict = {".tooltip": {"color": "blue"}})
63
+ .add_css(from_dict = {".tooltip": {"background": "red"}})
64
64
  )
65
65
  ```
66
66
 
@@ -83,7 +83,7 @@ from plotjs import css
83
83
  (
84
84
  PlotJS()
85
85
  .add_tooltip(labels=df["tooltip"])
86
- .add_css(css.from_file("docs/static/style.css"))
86
+ .add_css(from_file = "docs/static/style.css")
87
87
  )
88
88
  ```
89
89
 
@@ -114,7 +114,7 @@ You can combine with `.hovered` or `.not-hovered`, e.g., `.point.hovered`.
114
114
 
115
115
  ## Default CSS
116
116
 
117
- You can find the default CSS applied by plotjs [here](https://github.com/y-sunflower/plotjs/blob/main/plotjs/static/default.css)
117
+ You can find the default CSS applied by plotjs [here](https://github.com/y-sunflower/plotjs/blob/main/plotjs/static/default.css).
118
118
 
119
119
  ## Appendix
120
120
 
@@ -23,6 +23,7 @@ ax.scatter(
23
23
  (
24
24
  PlotJS(fig=fig)
25
25
  .add_tooltip(labels=df["species"])
26
+ .add_d3js() # import D3.js library
26
27
  .add_javascript(
27
28
  """
28
29
  d3.selectAll(".point").on("click", () =>
@@ -39,32 +40,34 @@ Relevant code here is:
39
40
 
40
41
  ```js
41
42
  d3.selectAll(".point").on("click", () =>
42
- alert("I wish cookies were 0 calories...")
43
+ alert("I wish cookies were 0 calories..."),
43
44
  );
44
45
  ```
45
46
 
46
- Heres what it does:
47
+ Here's what it does:
47
48
 
48
49
  - selects all points (e.g., from the scatter plot)
49
50
  - sets that when clicking one of the points
50
51
  - it displays a message
51
52
 
53
+ ???+ info
54
+
55
+ We need to call the `add_d3js()` method in order to use the `d3` object here. This method just import D3.js and let us use D3.js functions.
56
+
52
57
  ## Loading JavaScript from file
53
58
 
54
- `plotjs` requires the JavaScript to be in a string, but it's far from being a comfortable way of coding. So there is a convenient function to load JavaScript from a file:
59
+ `plotjs` requires the JavaScript to be in a string, but it's far from being a comfortable way of coding. So there is a convenient argument to load JavaScript from a file:
55
60
 
56
61
  ```python
57
- from plotjs import javascript
58
-
59
- PlotJS(fig=fig).add_javascript(
60
- javascript.from_file("my_script.js"),
61
- )
62
+ PlotJS(fig=fig).add_javascript(from_file="my_script.js")
62
63
  ```
63
64
 
64
65
  This allows you to write JavaScript in a separate file so that you can have a code formatter (prettier, etc.), code completion, syntax highlighting, and so on. This is what is recommended to do if you're writing a significant amount of code.
65
66
 
66
67
  ## Advanced usage
67
68
 
69
+ With JavaScript, we can do pretty much anything we want, so be creative! Here, we can force the dots to remain highlighted once we click on them:
70
+
68
71
  ```python
69
72
  import matplotlib.pyplot as plt
70
73
  from plotjs import PlotJS, data
@@ -84,7 +87,7 @@ for specie in df["species"].unique():
84
87
  )
85
88
  ax.legend()
86
89
 
87
- custom_js: str = """
90
+ custom_js = """
88
91
  document.querySelectorAll('.point').forEach(el => {
89
92
  el.addEventListener('click', function() {
90
93
  const group = this.getAttribute('data-group');
@@ -108,7 +111,7 @@ el.addEventListener('click', function() {
108
111
  });
109
112
  """
110
113
 
111
- custom_css: str = """
114
+ custom_css = """
112
115
  .point.dimmed {
113
116
  opacity: 0.2;
114
117
  }
@@ -119,10 +122,7 @@ custom_css: str = """
119
122
 
120
123
  (
121
124
  PlotJS(fig=fig)
122
- .add_tooltip(
123
- labels=df["species"],
124
- groups=df["species"],
125
- )
125
+ .add_tooltip(labels=df["species"], groups=df["species"])
126
126
  .add_css(custom_css)
127
127
  .add_javascript(custom_js)
128
128
  )
@@ -16,6 +16,7 @@ ax.scatter(
16
16
  (
17
17
  PlotJS(fig=fig)
18
18
  .add_tooltip(labels=df["species"])
19
+ .add_d3js() # import D3.js library
19
20
  .add_javascript(
20
21
  """
21
22
  d3.selectAll(".point").on("click", () =>
@@ -65,7 +65,7 @@ svg {
65
65
  <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
66
66
  <cc:Work>
67
67
  <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
68
- <dc:date>2026-01-27T18:30:07.710229</dc:date>
68
+ <dc:date>2026-02-02T14:52:23.438279</dc:date>
69
69
  <dc:format>image/svg+xml</dc:format>
70
70
  <dc:creator>
71
71
  <cc:Agent>
@@ -1725,7 +1725,7 @@ class PlotSVGParser {
1725
1725
  const svg = container.querySelector("svg");
1726
1726
  console.log(`PlotJS: SVG and tooltip elements loaded`);
1727
1727
 
1728
- const plot_data = JSON.parse(`{"axes": {"axes_1": {"hover_nearest": "false", "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"]}}, "hover_nearest": false, "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"], "tooltip_x_shift": 0, "tooltip_y_shift": 0}`);
1728
+ const plot_data = JSON.parse(`{"axes": {"axes_1": {"hover_nearest": "false", "on": null, "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"]}}, "hover_nearest": false, "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"], "tooltip_x_shift": 0, "tooltip_y_shift": 0}`);
1729
1729
  const tooltip_x_shift = plot_data["tooltip_x_shift"];
1730
1730
  const tooltip_y_shift = -plot_data["tooltip_y_shift"];
1731
1731
  const axes = plot_data["axes"];
@@ -1754,27 +1754,41 @@ class PlotSVGParser {
1754
1754
  const tooltip_groups = axe_data["tooltip_groups"];
1755
1755
  const hover_nearest = axe_data["hover_nearest"] === "true";
1756
1756
  const show_tooltip = tooltip_labels.length === 0 ? "none" : "block";
1757
+ const on = axe_data["on"] ?? null; // null/undefined means all elements, otherwise array of element types
1757
1758
 
1758
- console.log(`PlotJS: - ${tooltip_labels.length} tooltip labels`);
1759
- console.log(`PlotJS: - ${tooltip_groups.length} tooltip groups`);
1760
- console.log(`PlotJS: - Hover nearest: ${hover_nearest}`);
1759
+ console.log(`PlotJS: ${tooltip_labels.length} tooltip labels`);
1760
+ console.log(`PlotJS: ${tooltip_groups.length} tooltip groups`);
1761
+ console.log(`PlotJS: Hover nearest: ${hover_nearest}`);
1762
+ console.log(`PlotJS: Show tooltips: ${show_tooltip === "block"}`);
1761
1763
  console.log(
1762
- `PlotJS: - Show tooltips: ${show_tooltip === "block"}`,
1764
+ `PlotJS: Element filter (on): ${on === null ? "all" : on.join(", ")}`,
1763
1765
  );
1764
1766
 
1765
- const lines = plotParser.findLines(plotParser.svg, axes_class);
1766
- const bars = plotParser.findBars(plotParser.svg, axes_class);
1767
- const points = plotParser.findPoints(
1768
- plotParser.svg,
1769
- axes_class,
1770
- tooltip_groups,
1771
- );
1772
- const areas = plotParser.findAreas(plotParser.svg, axes_class);
1767
+ // Helper to check if an element type should be processed
1768
+ const shouldProcess = (elementType) =>
1769
+ on === null || on.includes(elementType);
1770
+
1771
+ const lines = shouldProcess("line")
1772
+ ? plotParser.findLines(plotParser.svg, axes_class)
1773
+ : new Selection([]);
1774
+ const bars = shouldProcess("bar")
1775
+ ? plotParser.findBars(plotParser.svg, axes_class)
1776
+ : new Selection([]);
1777
+ const points = shouldProcess("point")
1778
+ ? plotParser.findPoints(
1779
+ plotParser.svg,
1780
+ axes_class,
1781
+ tooltip_groups,
1782
+ )
1783
+ : new Selection([]);
1784
+ const areas = shouldProcess("area")
1785
+ ? plotParser.findAreas(plotParser.svg, axes_class)
1786
+ : new Selection([]);
1773
1787
 
1774
1788
  const totalElements =
1775
1789
  lines.size() + bars.size() + points.size() + areas.size();
1776
1790
  console.log(
1777
- `PlotJS: - Total elements: ${totalElements} (${lines.size()} lines, ${bars.size()} bars, ${points.size()} points, ${areas.size()} areas)`,
1791
+ `PlotJS: Total elements: ${totalElements} (${lines.size()} lines, ${bars.size()} bars, ${points.size()} points, ${areas.size()} areas)`,
1778
1792
  );
1779
1793
 
1780
1794
  if (points.size() > 0) {
@@ -1787,7 +1801,7 @@ class PlotSVGParser {
1787
1801
  hover_nearest,
1788
1802
  );
1789
1803
  console.log(
1790
- `PlotJS: - Hover effects attached to ${points.size()} points`,
1804
+ `PlotJS: Hover effects attached to ${points.size()} points`,
1791
1805
  );
1792
1806
  }
1793
1807
 
@@ -1801,7 +1815,7 @@ class PlotSVGParser {
1801
1815
  hover_nearest,
1802
1816
  );
1803
1817
  console.log(
1804
- `PlotJS: - Hover effects attached to ${lines.size()} lines`,
1818
+ `PlotJS: Hover effects attached to ${lines.size()} lines`,
1805
1819
  );
1806
1820
  }
1807
1821
 
@@ -1815,7 +1829,7 @@ class PlotSVGParser {
1815
1829
  hover_nearest,
1816
1830
  );
1817
1831
  console.log(
1818
- `PlotJS: - Hover effects attached to ${bars.size()} bars`,
1832
+ `PlotJS: Hover effects attached to ${bars.size()} bars`,
1819
1833
  );
1820
1834
  }
1821
1835
 
@@ -1829,7 +1843,7 @@ class PlotSVGParser {
1829
1843
  hover_nearest,
1830
1844
  );
1831
1845
  console.log(
1832
- `PlotJS: - Hover effects attached to ${areas.size()} areas`,
1846
+ `PlotJS: Hover effects attached to ${areas.size()} areas`,
1833
1847
  );
1834
1848
  }
1835
1849
 
@@ -61,7 +61,7 @@ svg {
61
61
  <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
62
62
  <cc:Work>
63
63
  <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
64
- <dc:date>2026-01-27T18:30:07.620479</dc:date>
64
+ <dc:date>2026-02-02T14:52:23.343865</dc:date>
65
65
  <dc:format>image/svg+xml</dc:format>
66
66
  <dc:creator>
67
67
  <cc:Agent>
@@ -1721,7 +1721,7 @@ class PlotSVGParser {
1721
1721
  const svg = container.querySelector("svg");
1722
1722
  console.log(`PlotJS: SVG and tooltip elements loaded`);
1723
1723
 
1724
- const plot_data = JSON.parse(`{"axes": {"axes_1": {"hover_nearest": "false", "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"]}}, "hover_nearest": false, "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"], "tooltip_x_shift": 0, "tooltip_y_shift": 0}`);
1724
+ const plot_data = JSON.parse(`{"axes": {"axes_1": {"hover_nearest": "false", "on": null, "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"]}}, "hover_nearest": false, "tooltip_groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], "tooltip_labels": ["Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 4.3\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.8\u003cbr\u003eSepal width = 4.0\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 4.4\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.9\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.6\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 4.7\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.2\u003cbr\u003eSepal width = 4.1\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 4.2\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.5\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.4\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 4.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eSETOSA", "Sepal length = 4.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.5\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eSETOSA", "Sepal length = 5.1\u003cbr\u003eSepal width = 3.8\u003cbr\u003eSETOSA", "Sepal length = 4.6\u003cbr\u003eSepal width = 3.2\u003cbr\u003eSETOSA", "Sepal length = 5.3\u003cbr\u003eSepal width = 3.7\u003cbr\u003eSETOSA", "Sepal length = 5.0\u003cbr\u003eSepal width = 3.3\u003cbr\u003eSETOSA", "Sepal length = 7.0\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 6.5\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVERSICOLOR", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.2\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.4\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.4\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVERSICOLOR", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.5\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVERSICOLOR", "Sepal length = 5.0\u003cbr\u003eSepal width = 2.3\u003cbr\u003eVERSICOLOR", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVERSICOLOR", "Sepal length = 5.1\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVERSICOLOR", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVERSICOLOR", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 7.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.6\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 4.9\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.3\u003cbr\u003eSepal width = 2.9\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 5.7\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 2.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 5.6\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.2\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 7.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 7.9\u003cbr\u003eSepal width = 3.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.8\u003cbr\u003eVIRGINICA", "Sepal length = 6.1\u003cbr\u003eSepal width = 2.6\u003cbr\u003eVIRGINICA", "Sepal length = 7.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 6.4\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.0\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 6.9\u003cbr\u003eSepal width = 3.1\u003cbr\u003eVIRGINICA", "Sepal length = 5.8\u003cbr\u003eSepal width = 2.7\u003cbr\u003eVIRGINICA", "Sepal length = 6.8\u003cbr\u003eSepal width = 3.2\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.3\u003cbr\u003eVIRGINICA", "Sepal length = 6.7\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.3\u003cbr\u003eSepal width = 2.5\u003cbr\u003eVIRGINICA", "Sepal length = 6.5\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA", "Sepal length = 6.2\u003cbr\u003eSepal width = 3.4\u003cbr\u003eVIRGINICA", "Sepal length = 5.9\u003cbr\u003eSepal width = 3.0\u003cbr\u003eVIRGINICA"], "tooltip_x_shift": 0, "tooltip_y_shift": 0}`);
1725
1725
  const tooltip_x_shift = plot_data["tooltip_x_shift"];
1726
1726
  const tooltip_y_shift = -plot_data["tooltip_y_shift"];
1727
1727
  const axes = plot_data["axes"];
@@ -1750,27 +1750,41 @@ class PlotSVGParser {
1750
1750
  const tooltip_groups = axe_data["tooltip_groups"];
1751
1751
  const hover_nearest = axe_data["hover_nearest"] === "true";
1752
1752
  const show_tooltip = tooltip_labels.length === 0 ? "none" : "block";
1753
+ const on = axe_data["on"] ?? null; // null/undefined means all elements, otherwise array of element types
1753
1754
 
1754
- console.log(`PlotJS: - ${tooltip_labels.length} tooltip labels`);
1755
- console.log(`PlotJS: - ${tooltip_groups.length} tooltip groups`);
1756
- console.log(`PlotJS: - Hover nearest: ${hover_nearest}`);
1755
+ console.log(`PlotJS: ${tooltip_labels.length} tooltip labels`);
1756
+ console.log(`PlotJS: ${tooltip_groups.length} tooltip groups`);
1757
+ console.log(`PlotJS: Hover nearest: ${hover_nearest}`);
1758
+ console.log(`PlotJS: Show tooltips: ${show_tooltip === "block"}`);
1757
1759
  console.log(
1758
- `PlotJS: - Show tooltips: ${show_tooltip === "block"}`,
1760
+ `PlotJS: Element filter (on): ${on === null ? "all" : on.join(", ")}`,
1759
1761
  );
1760
1762
 
1761
- const lines = plotParser.findLines(plotParser.svg, axes_class);
1762
- const bars = plotParser.findBars(plotParser.svg, axes_class);
1763
- const points = plotParser.findPoints(
1764
- plotParser.svg,
1765
- axes_class,
1766
- tooltip_groups,
1767
- );
1768
- const areas = plotParser.findAreas(plotParser.svg, axes_class);
1763
+ // Helper to check if an element type should be processed
1764
+ const shouldProcess = (elementType) =>
1765
+ on === null || on.includes(elementType);
1766
+
1767
+ const lines = shouldProcess("line")
1768
+ ? plotParser.findLines(plotParser.svg, axes_class)
1769
+ : new Selection([]);
1770
+ const bars = shouldProcess("bar")
1771
+ ? plotParser.findBars(plotParser.svg, axes_class)
1772
+ : new Selection([]);
1773
+ const points = shouldProcess("point")
1774
+ ? plotParser.findPoints(
1775
+ plotParser.svg,
1776
+ axes_class,
1777
+ tooltip_groups,
1778
+ )
1779
+ : new Selection([]);
1780
+ const areas = shouldProcess("area")
1781
+ ? plotParser.findAreas(plotParser.svg, axes_class)
1782
+ : new Selection([]);
1769
1783
 
1770
1784
  const totalElements =
1771
1785
  lines.size() + bars.size() + points.size() + areas.size();
1772
1786
  console.log(
1773
- `PlotJS: - Total elements: ${totalElements} (${lines.size()} lines, ${bars.size()} bars, ${points.size()} points, ${areas.size()} areas)`,
1787
+ `PlotJS: Total elements: ${totalElements} (${lines.size()} lines, ${bars.size()} bars, ${points.size()} points, ${areas.size()} areas)`,
1774
1788
  );
1775
1789
 
1776
1790
  if (points.size() > 0) {
@@ -1783,7 +1797,7 @@ class PlotSVGParser {
1783
1797
  hover_nearest,
1784
1798
  );
1785
1799
  console.log(
1786
- `PlotJS: - Hover effects attached to ${points.size()} points`,
1800
+ `PlotJS: Hover effects attached to ${points.size()} points`,
1787
1801
  );
1788
1802
  }
1789
1803
 
@@ -1797,7 +1811,7 @@ class PlotSVGParser {
1797
1811
  hover_nearest,
1798
1812
  );
1799
1813
  console.log(
1800
- `PlotJS: - Hover effects attached to ${lines.size()} lines`,
1814
+ `PlotJS: Hover effects attached to ${lines.size()} lines`,
1801
1815
  );
1802
1816
  }
1803
1817
 
@@ -1811,7 +1825,7 @@ class PlotSVGParser {
1811
1825
  hover_nearest,
1812
1826
  );
1813
1827
  console.log(
1814
- `PlotJS: - Hover effects attached to ${bars.size()} bars`,
1828
+ `PlotJS: Hover effects attached to ${bars.size()} bars`,
1815
1829
  );
1816
1830
  }
1817
1831
 
@@ -1825,7 +1839,7 @@ class PlotSVGParser {
1825
1839
  hover_nearest,
1826
1840
  );
1827
1841
  console.log(
1828
- `PlotJS: - Hover effects attached to ${areas.size()} areas`,
1842
+ `PlotJS: Hover effects attached to ${areas.size()} areas`,
1829
1843
  );
1830
1844
  }
1831
1845