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/node.js CHANGED
@@ -5239,7 +5239,7 @@ var $;
5239
5239
  return (8 / Math.sqrt(this.indexes().length)).toPrecision(2) + '%';
5240
5240
  }
5241
5241
  color() {
5242
- return `hsl( ${this.hue()} , 70% , 85% )`;
5242
+ return `hsl( ${this.hue()} , 80% , 85% )`;
5243
5243
  }
5244
5244
  dimensions() {
5245
5245
  let next = new this.$.$mol_vector_2d($mol_vector_range_full.inversed, new this.$.$mol_vector_range(0, 0));