nim-plotly icon indicating copy to clipboard operation
nim-plotly copied to clipboard

plotly wrapper for nim-lang

Results 23 nim-plotly issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to set marker symbols, not just color and size. I think this is a 6 line change: ``` $ git diff diff --git...

``` Nim Compiler Version 0.20.2 [MacOSX: amd64] Compiled at 2019-07-17 Copyright (c) 2006-2019 by Andreas Rumpf git hash: 88a0edba4b1a3d535b54336fd589746add54e937 active boot switches: -d:release ``` Running ```nim c -r -d:webview --threads:on...

``` Nim Compiler Version 0.20.2 [MacOSX: amd64] Compiled at 2019-07-17 Copyright (c) 2006-2019 by Andreas Rumpf git hash: 88a0edba4b1a3d535b54336fd589746add54e937 active boot switches: -d:release ``` Modifying examples/fig12_save_figure.nim to save a file...

[will write more details here] the obvious next step is provide a nice API to generate subplots, as in matlab / matplotlib etc Ideally: * simple things should be easy...

i had the suspicion so I created this PR.. turns out I was right, CI doesn't check validity of html files running this locally you'll see a black window, dev...

currently any time an attribute is added, the `%` procs must be updated to include that attribute. a macro that iterated over the fields and values would simplify this a...

help wanted

currently we use /tmp/x.html. should use a real temp file and temporary directory.

enhancement

once I get docs/ set up, sending the interactive output of the examples to the docs//examples/ subdir would be a nice addition.

/cc @Vindaar * looking at generated html file looks like size is hardcoded to 800x600; i think a reasonable and useful feature is ability to drag the bottom right corner...

I just thought whether it might be a good idea to export the `chroma` module in `plotly.nim`. If we did that we don't have to import it in all examples...