asbisen

Results 15 issues of asbisen

Just discovered this package, great start and much needed. GR is great and with a good high level library for charting it could become Matplotlib of Julia verse. I digress......

enhancement

While reading "GPX" or "KML" data I encounter `Exception: ArgumentError("cannot convert NULL to string")`. Not sure if this is expected or a bug. These are the lines where these exceptions...

### Describe the bug The keyboard shortcut to hide a code cell in macOS is `Cmd + H` which also happens to be the [global shortcut to hide the current...

bug

The cursor from "SHOW TABLES;" fails to materialize into a DataFrame. Below is the example ```julia using DataFrames using MySQL conn = DBInterface.connect(MySQL.Connection, "127.0.0.1", "root", "password"; port=3306) r = DBInterface.execute(conn,...

If by using layout `height` is increased the resulting plot is displayed inside a scrolling window. Here is the MWE ```julia using PlotlyLight, DataFrames n = 100 df = DataFrame(x=rand(n),...