mol_plot_all 1.2.773 → 1.2.775

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.773",
3
+ "version": "1.2.775",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -4700,7 +4700,7 @@ var $;
4700
4700
  return (8 / Math.sqrt(this.indexes().length)).toPrecision(2) + '%';
4701
4701
  }
4702
4702
  color() {
4703
- return `hsl( ${this.hue()} , 70% , 85% )`;
4703
+ return `hsl( ${this.hue()} , 80% , 85% )`;
4704
4704
  }
4705
4705
  dimensions() {
4706
4706
  let next = new this.$.$mol_vector_2d($mol_vector_range_full.inversed, new this.$.$mol_vector_range(0, 0));