bqplot
bqplot copied to clipboard
Plotting library for IPython/Jupyter notebooks
Added plotting widgets module which contains compound plotting widgets which subclass Figure
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...
## References Closes #1457 ## Code changes See below ## User-facing changes This adds three more scatter marker shapes: + `plus`, which makes the shape `+`, with the shortcut `p`...
Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.0 to 1.13.2. Release notes Sourced from jquery-ui's releases. jQuery UI 1.13.2 Released! https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ jQuery UI 1.13.1 Released! https://blog.jqueryui.com/2022/01/jquery-ui-1-13-1-released/ Commits d6c028c 1.13.2 8cc5bae Checkboxradio: Don't re-evaluate text...
https://github.com/bqplot/bqplot/blob/f0b51fb09f75f4bb562312e261d7d0b452880b3c/bqplot/pyplot.py#L96-L97 Matplotlib has "." marker style. It is great for scatter plot when there are a lot of clustered data points.
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
Currently pyplot supports passing in numpy arrays and pandas series as data attributes. It'll be nice to support passing in a dataframe and choosing specific columns for data attributes (a...