-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DATA](3D Mapping) display 3D Mapping #1
Comments
@manon / @Guilhembp Can you provide the desired colorscheme for Substrate 1 ? |
Here is the colorscheme for Substrate 1: c("goldenrod3", #sand For the bar chart:
|
@Guilhembp we'll need Colorscheme for Substrate 2 |
Color shceme for Substrate type 2: c("goldenrod3", #sand Looks like this: |
From 3D_Mapping_all_Results -> provide a sample plot (@guilhem?)
STACKED BAR CHARTS (mock up slide 12)
groupby(Substrate_1), sum (mean) -> as %
Tooltip upon hover on a catgory display details :
groupby (Substrate_2), sum (mean) -> as %
https://echarts.apache.org/examples/en/editor.html?c=bar-stack-normalization
The text was updated successfully, but these errors were encountered: