Skip to content
#

visualisation

Here are 593 public repositories matching this topic...

bokeh
bhogan-mitre
bhogan-mitre commented Apr 8, 2020

Color is listed as a parameter in the documentation for geom_tile/geom_rect/geom_raster, but is ignored for geom_raster. Based on the documentation and the behavior of other geoms, I would expect that color would be applied for geom_raster.

library(ggplot2)
df <- expand.grid(x = 0:5, y = 0:5)
df$z <- runif(nrow(df))
ggplot(df, aes(x, y, fill = z)) + geom_raster(color = "blac
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

trexfeathers
trexfeathers commented Mar 20, 2020

From the eagle-eyed @jonseddon 🦅 👁 :

"I just noticed that the text inside the HTML <title> tag for the Iris 2.4 documentation at https://scitools.org.uk/iris/docs/v2.4.0/gallery.html says “Thumbnail gallery — Iris 2.2.0 documentation” rather than 2.4. It’s correct in the equivalent page in the version 2.3 documentation. I’ve not done an extensive search of all pages, but it looks like the

trissim
trissim commented May 3, 2020

There currently isn't any documentation or examples on how to use the the Fluorescence plugin for the PBRT rendering engine. Providing some example code / configurations using a neuron mesh exported from NeuroMorphoVis would be very useful.

I am currently writing a python pipeline that uses swc files from neurons generated in simulated neurite outgrowth generated by the DeNSE [https://github.co

Improve this page

Add a description, image, and links to the visualisation 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 visualisation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.