question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Typo in plot_dist

See original GitHub issue

Describe the bug One of the errors in plot_dist says use xarray.Dateset. Should be dataset https://github.com/arviz-devs/arviz/blob/master/arviz/plots/distplot.py#L166

Expected behavior Should read as as xarray.Dataset

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
jrosellrcommented, Oct 9, 2020

Hi, could I pick this one up?

1reaction
OriolAbrilcommented, Oct 11, 2020

I don’t know if I should link the issue to the PR in this way

#1414 is great. Provided that like in this case a PR aims to close an open issue, the recommended way to link PR and issue is mentioning the issue from the PR description with one of these keywords, fixes is one of them so you can already see above the

JoanRosell linked a pull request that will close this issue 6 hours ago

Thanks to these keywords, GitHub will close the issue once the PR is merged

Read more comments on GitHub >

github_iconTop Results From Across the Web

plotdist function - RDocumentation
Plots an empirical distribution (non-censored data) with a theoretical one if specified. Usage. plotdist(data, distr, para, histo = TRUE, breaks = "default", ...
Read more >
Data 604 - Week 6 - RPubs
Problem 1. Using the file Problem_Dataset_06.01.xls, fit the best model(s) p1 <- read.csv(Prob1_dir, header = FALSE) plotdist(p1$V1, ...
Read more >
Activity #8: R Syntax - Brad Thiessen
Binomial Distribution plotDist('binom', params=list(size=25, prob=0.300), ... The probability we make a mistake is nearly cut in half:
Read more >
Development/plot dist comparison warning by alexisperakis · Pull ...
Fix a typo at distcomparisonplot.py, fix axes.shape(2, 3) at test_plo… ... comparison warning [WIP] Development/plot dist comparison warning on May 6, 2021.
Read more >
B.3 Fitting Discrete Distributions | Simulation Modeling and Arena
The plotdist command will plot the empirical probability mass function and the cumulative distribution function as illustrated in Figure B.7.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found