dfish

Results 50 issues of dfish

## Details The following code shows that label rotation does not work for most backends ``` using Plots pyplot() labels = ["label1", "label2"] values = [1.0,2.0] bar(labels, values, xrotation=45) ```...

bug
PyPlot
Plotly
PlotlyJS
InspectDR

## Details When using `twinx` with `pyplot`, the y-ticks on the left y-axis also display on the right y-axis. The example below reproduces the bug. ``` using Plots pyplot() plot(rand(10),...

bug
PyPlot

I want to report that the go to definition feature is not working for packages. It does work for base functions and functions defined in the main module. Here is...

area-ls-code-navigation

Hi, My apologies if the following functionality already exists. In some cases, it might be convenient to construct a `ComponentArray` with a collection of keys and a collection of values....

Hi Tamas- I was wondering if you might help me update this code for the new interface. While updating my other models was simple, this one seems to be a...

Hello- Thank you for putting this package together. Unfortunately, I am having trouble getting the tutorial example to work. The algorithm seems to be stuck at the initial values. ```...

Hi all, I worked with Rob to create a library of model comparison metrics at [StatsModelComparisons](https://github.com/StatisticalRethinkingJulia/StatsModelComparisons.jl). This package has a generic interface for using model comparison metrics. This PR provides...

As discussed on [Discourse](https://discourse.julialang.org/t/expression-as-single-fraction-in-symbolics-jl/68816/2), `simplify_fractions` does not work in the example below. Also, as far as I can tell, `simplify_fractions` is not in the documentation. **Example** ``` using Symbolics @variables...

bug
simplify

Hi, I asked about this issue on [discourse](https://discourse.julialang.org/t/qhull-and-polyhedra-give-different-volume-estimates/74487), but did not receive a reply. I am opening this issue because the result from volume seems to be a bug unless...

Hi Rob, It turns out that there is an ongoing [effort](https://github.com/JuliaStats/Distributions.jl/pull/1339) to add Cholesky factorization to the LKJ prior distribution. This will improve the efficiency and numerical stability of the...