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

plotting

Here are 692 public repositories matching this topic...

bokeh
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

Go scientific library for machine learning, linear algebra, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, more.

  • Updated Aug 20, 2020
  • Go
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 24, 2020

Only relevant to pyplot with most recent matplotlib

plot(1:10)
sys:1: MatplotlibDeprecationWarning: Passing the fontdict parameter of _set_ticklabels() positionally is deprecated since Matplotlib 3.3; the parameter will become keyword-only two minor releases later.
sys:1: UserWarning: FixedFormatter should only be used together with FixedLocator
sys:1: MatplotlibDeprecationWarning: Case-i

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.