- add
hideLine
forTrace
object for scatter plots, in order to set the line width to 0. Used for backwards compatibility, because setting a value of 0 would be the default. - add
FillMode
value oftoSelf
to allow colored bands / filled polygons - add example for a manual error band
- fix behavior of
show
when--threads:on
forGrid
usage, in particular for example 18.filename
argument is now optional, implying just viewing a plot when none given instead of saving.
- fix link to docs in the README
nim-plotly
now lives under the SciNim organization- adds option for auto resizing of plots (
autoResize
argument toshow/saveImage
); #72 - temporary HTML files of plotly are now not removed by default
(
removeTempFiles
argument toshow/saveImage
); #72 - temporary HTML files are stored in a
nim_plotly
subdirectory and the file names are generated based on a timestamp; #72