Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c17371a
Switch color library
camdecoster Aug 15, 2025
d6d1e9e
Add utility functions
camdecoster Aug 19, 2025
b15bdca
Switch references to new color library
camdecoster Aug 21, 2025
a1e2dee
Fix bad method calls; fix NaN bugs
camdecoster Aug 21, 2025
4b97ca9
Update tests per library change
camdecoster Aug 21, 2025
17fe004
Use correct method name
camdecoster Aug 22, 2025
e314022
Use alternate coerce function to avoid gridcolor of `false`
camdecoster Aug 22, 2025
0ab7cd1
Merge remote-tracking branch 'origin/master' into cam/7523/switch-col…
camdecoster Aug 26, 2025
7552832
Update function call
camdecoster Aug 26, 2025
5d0322a
Update tests per library change
camdecoster Aug 26, 2025
5964bee
Update attribute, description to remove hsv
camdecoster Aug 29, 2025
d6853e4
Convert hsv value to rgb in test mock
camdecoster Aug 29, 2025
93a8365
Override color-string package dependency
camdecoster Nov 17, 2025
fe7b607
Merge remote-tracking branch 'origin/master' into cam/7523/switch-col…
camdecoster Nov 17, 2025
5c2dbda
Remove tinycolor2 library
camdecoster Nov 17, 2025
2d5d3e0
Linting/formatting
camdecoster Nov 17, 2025
5e329a6
Update test
camdecoster Nov 17, 2025
8a3f5f4
Use minified plotly.js for making baselines
camdecoster Nov 18, 2025
b43ff75
Add logging
camdecoster Nov 19, 2025
f27aa55
Merge remote-tracking branch 'origin/master' into cam/7523/switch-col…
camdecoster Apr 21, 2026
d6127d1
Refactor to better match tinycolor2
camdecoster Apr 24, 2026
fc905c7
Update schema
camdecoster Apr 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add logging
  • Loading branch information
camdecoster committed Nov 19, 2025
commit b43ff758e7b6f463695bb0788244b1c6f91e8d36
1 change: 1 addition & 0 deletions test/image/make_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
if 'b64-json' in sys.argv and attempt == 0 : print(json.dumps(fig, indent = 2))

try :
print(f"plotly.js version: {pio.kaleido.scope.plotlyjs}")
pio.write_image(
fig=fig,
file=os.path.join(dirOut, outName + '.png'),
Expand Down