Skip to content

Commit

Permalink
adding data
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsaggar1 committed Mar 8, 2024
1 parent f5cb6f0 commit 53ec128
Show file tree
Hide file tree
Showing 9 changed files with 5,132 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/neumapper/plot_mapper_graph.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function plot_embedding_heatmap(filter_X, cmap_timing)
smallBin_sizes = cellfun('size',smallBins,2);
%max_size = max(smallBin_sizes);
%node_sizes = 5+log(1+smallBin_sizes);
node_sizes = 1+log(1+smallBin_sizes);
node_sizes = 5+log(1+smallBin_sizes);

%% Plot the graph and highlight nodes
for ii = 1:nn
Expand Down
Loading

0 comments on commit 53ec128

Please sign in to comment.