Skip to content

Commit

Permalink
small change: invert tf range in example
Browse files Browse the repository at this point in the history
  • Loading branch information
seankmartin committed Feb 26, 2024
1 parent 0061ed1 commit bcfdc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_data_point_transfer_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def colormap_version(viewer):
{"input": 0, "color": "#000000", "opacity": 0.0},
{"input": 84, "color": "#ffffff", "opacity": 1.0},
],
"range": [0, 100],
"range": [100, 0],
"channel": [],
"color": "#ff00ff",
}
Expand Down

0 comments on commit bcfdc3d

Please sign in to comment.