The Wayback Machine - https://web.archive.org/web/20201015043645/https://github.com/topics/plotting
Skip to content
#

plotting

Here are 721 public repositories matching this topic...

bokeh
annahadji
annahadji commented Oct 5, 2020

ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)

python: 3.7.7
bokeh: 2.2.1
jupyter_core: 4.5.0
jupyter_client: 5.3.3
Chrome 85
macOS Catalina 10.15.7

Description of expected behavior and the observed behavior

In CSS, identifiers cannot start with a digit, two hyphens, or a hyphen followed by a digit (see [reference](https://www.

jhermann
jhermann commented Sep 4, 2019

Use-case / Problem statement

As a notebook user, if you repeatedly use "Run All", the archive grows with each iteration. It would be nice if you could clear remnants of older executions on activation.

Right now, this is only possible via hv.archive._files.clear() after the hv.archive.auto call.

Proposed solution

Add a public clear() method to the FileArchive class, delegating

razorx89
razorx89 commented Mar 15, 2019

Currently, the headless mode uses default parameters from PyChromeDevTools for connecting to a chrome headless instance.
https://github.com/maartenbreddels/ipyvolume/blob/e68b72852b61276f8e6793bc8811f5b2432a155f/ipyvolume/headless.py#L53
However, if you use a chrome headless running as docker instance and want to connect from another docker instance (e.g. when using docker-compose), the headl

isentropic
isentropic commented Jul 13, 2020

Create a new series type that draws pixels. It is similar to st=:scatter with smallest size and no border if backend cannot draw pixels natively. PyPlot and GR are capable of this where the benefit is vastly faster plotting for huge data where line plots take too long

kangalioo
kangalioo commented Jul 21, 2020

What is the feature ?

I'm trying out this library for the first time and I'm seeing several places where some shorthand functions would have been really pleasant:

  1. Shorthand functions for Pos: Pos::top_right, Pos::bottom_right, Pos::bottom_center etc..
  2. Short way to set colors for components. My plots are supposed to be white-on-black, which requires a lot of boilerplate on lots o

Improve this page

Add a description, image, and links to the plotting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plotting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.