Skip to content

Commit

Permalink
fix invalid image url #528 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya authored Mar 10, 2023
1 parent e115039 commit c71cabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,12 @@ plot(
xrotation=90,
colorbar=false
),
plot(hc_row,yticks=false,xrotation=90,orientation=:horizontal)
plot(hc_row,yticks=false,xrotation=90,orientation=:horizontal,xlim=(0,1))
)

```

![heatmap with dendrograms on top and on the right](https://raw.githubusercontent.com/oheil/StatsPlots.jl/oh/screenshots/heatmapWithDendroOnRight.jpg)
![heatmap with dendrograms on top and on the right](https://user-images.githubusercontent.com/13688320/224165246-bb3aba7d-5df2-47b5-9678-3384d13610fd.png)


## GroupedErrors.jl for population analysis
Expand Down

0 comments on commit c71cabf

Please sign in to comment.