Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] select min/max of color gradient #521

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f2c0cc2
added ability to select min/max of color gradient
kwcantrell May 29, 2021
045a2a5
remove commented code
kwcantrell May 29, 2021
eedede2
Fix ColorOptionsHandler typo
kwcantrell May 29, 2021
29ab14b
fixed style
kwcantrell May 29, 2021
10ddf8c
Merge branch 'master' of https://github.com/biocore/empress into cent…
kwcantrell Jun 6, 2021
fac0812
fixed make-dev-page
kwcantrell Jun 6, 2021
b705358
fixed js test
kwcantrell Jun 6, 2021
c536595
Apply suggestions from code review
kwcantrell Jun 14, 2021
521de84
Merge branch 'master' of https://github.com/biocore/empress into cent…
kwcantrell Jun 16, 2021
c11e7cd
addressed inital comments
kwcantrell Jun 16, 2021
28230e5
resolved merge conflicts
kwcantrell Feb 9, 2022
89ea338
DOC: adjust handler ID, flesh out a comment
fedarko May 20, 2022
70668f2
BUG: Add back null check in parseAndValidateNum()
fedarko May 20, 2022
11d0402
DOC: min -> Minimum, etc in two toasts
fedarko May 20, 2022
adb55c7
ENH: tidy up barplot coloring error handling
fedarko May 20, 2022
2445743
STY: Run prettier on everything
fedarko May 20, 2022
2493252
STY: okay never mind let's use prettier 2.0.5
fedarko May 20, 2022
097eae7
DOC/TST: tidy up, test, and add sanity checking
fedarko May 20, 2022
f89b0fd
BUG: fix the side panel handler being broken w/ fm
fedarko May 20, 2022
2799928
STY/TST: prettify; fix a test
fedarko May 20, 2022
cd5ff7a
Merge branch 'master' of https://github.com/biocore/empress into pr52…
fedarko May 31, 2022
85bc898
Merge branch 'center-colormaps' of https://github.com/kwcantrell/empr…
fedarko May 31, 2022
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
fixed make-dev-page
  • Loading branch information
kwcantrell committed Jun 6, 2021
commit fac0812d0e735f04b26fbec88d33417b8619bd8f
1 change: 0 additions & 1 deletion tests/python/make-dev-page.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def main(tree, table, sample_metadata, feature_metadata, ordination,
table = table.view(biom.Table)
sample_metadata = sample_metadata.to_dataframe()
feature_metadata = feature_metadata.to_dataframe()
ordination=None
if ordination is not None:
ordination = ordination.view(OrdinationResults)

Expand Down