-
Notifications
You must be signed in to change notification settings - Fork 5
馃憣 Add scale_factors argument to plot_sas and 2 additional data color pairs
#394
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bb0c585
2 more pairs of colors in style for plotting 9 different datasets.
ism200 7fe585a
馃Ч Remove linetype argument to plot_concentrations
s-weigand d4c538c
馃Ч Remove commented out code and comment in docstring
s-weigand bfb5c4d
馃Ч Remove selected_species
s-weigand 23f260d
鈾伙笍 Refactor scale calculation
s-weigand f8f72f6
馃Ч Remove comment about adding new colors
s-weigand 696c323
馃摎馃┕ Fix wrong default cycler in docstring of plot_concentrations
s-weigand 6fbd185
馃摎 Add docs on selecting data, using cycler and composing plot functions
s-weigand 70e6bc7
猬嗭笍馃О Update pre-commit
s-weigand 95186ec
馃摎馃┕ Use Fenced MyST alert syntax instead of github alter
s-weigand 7c20c8d
馃摎馃Ч Fix typos
s-weigand 06eb475
馃┕ Fix buffer not truncated
s-weigand 44ddd88
馃憣 Use .to_numpy() on sas.coords["species"] in plot_norm_sas
s-weigand 2ccafc4
馃Ч Deactivate powershell profile for just executions
s-weigand 90a605e
馃Ч Fix more typos
s-weigand 88f1ed5
馃┕ Fix coverage exclusion config after formatter messup
s-weigand 6efb9bc
馃┕ Fix plot_sas with scale factor changes original data
s-weigand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| /* Overwrite xarray wrapper in dark mode. */ | ||
| html[data-theme="dark"] div.cell_output div.output.text_html { | ||
| background-color: var(--pst-color-on-background) !important; | ||
| color: var(--pst-color-text-base) !important; | ||
| } | ||
|
|
||
| /* Tables */ | ||
| html[data-theme="dark"] div.cell_output table { | ||
| color: var(--pst-color-text-base) !important; | ||
| } | ||
|
|
||
| html[data-theme="dark"] div.cell_output tbody tr:nth-child(odd) { | ||
| background-color: var(--pst-color-on-background) !important; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.