Diego Javier Zea

Results 81 issues of Diego Javier Zea

Hi! First of all, thanks for this package! I've just noticed that the last ECharts version is 5.2.0; maybe it could be great to update it on this package. Best...

Would be great to have the ability to show/calculate/store the marginal values of a table, when that is required. Best,

Hi! I think it could be great to expand the captured output to, at least, 80 or 90 characters in width. Some _old_ terminal software uses 80 characters width in...

frontend
logging

Hi, I think this is related to the use of HTML in Pluto that has been recently merged/tagged (Compose 0.9.3): https://github.com/GiovineItalia/Compose.jl/commit/3dbc5a020dbdf300cb0b1c059acbe443676181f1 For some reason, the iframe does not have the...

Hi! I was trying to use the `@recipe` macro using only `MakieCore` but I found the following error (everything works fine when loading a backend): ```julia (jl_knZW9b) pkg> st Status...

Make `Shape` match the behavior of `:path`: > Missing values and non-finite values, including NaN, are not plotted. Instead, lines are separated into segments at these values. MWE: ```julia using...

extension

Hi! When using a Polygon as a custom marker shape, the last segment closing the polygon is missing. MWE: ```julia using Plots polygon = Shape([(-1, -1), (0, 1), (1, -1)])...

bug

Hi! It would be great if the `grid` function errors when the heights and widths are not correctly set — so the users can understand the incorrect behavior through the...

good first issue

`@where(datos, :x_13 .== "#0_PHY")` throws the following error because the column has missing values: ``` LoadError: DataArrays.NAException("cannot index an array with a DataArray containing NA values") while loading In[8], in...

Would be great to have [ biplots ](http://en.wikipedia.org/wiki/Biplot) and [ box-plots ](http://en.wikipedia.org/wiki/Box_plot) on _Winston/Julia_. Box-plots can be made it with _Gadfly_ right now.

feature