scientific-visualization
Here are 118 public repositories matching this topic...
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
I’m realizing that not all of the API is covered in the documentation. Is there a way we can run sphinx and report the coverage for what is autodoc’d in the docs?
It would be ideal to have this at 100%
-
Updated
Jun 30, 2020 - Python
When I load 1OSL at http://nglviewer.org/ngl/, the DNA fragment nucleotides are rendered as a whole bunch of sticks. 1L1M has even more sticks per nucleotide. It doesn't seem like this is as intended :)
-
Updated
Jul 1, 2020 - C#
Feature request: allow passing custom made Matplotlib colormaps
import matplotlib.pyplot as plt
cmap = plt.cm.get_cmap("viridis", 5)then pass that colormap to the Viewer
(the goal isn't necessarily catecorical colormaps... this is just a simple example. A user might want to make a custom normalized map that are far more complex)
yt-project / yt
Bug report
Bug summary
The example shown here:
https://yt-project.org/docs/dev/visualizing/plots.html#plots-of-2d-datasets
shows the classic windtunnel with a step test problem. In this problem, the l
Document the project setup with different IDEs.
- Visual Studio
- Visual Studio Code
- Sublime
- CLion
- Linux
- Windows
- QT Creator
- Eclipse?
- CodeBlocks?
Currently, the raw data importer always assumes that the data is Fortran ordering, and the user has to manually transpose the data to Fortran ordering if it is actually C ordering instead.
We should add an option to the raw data importer so that the user can specify the ordering of the raw data file. If it is Fortran, we will do nothing, but if it is C ordering, we will convert it to Fortran or
-
Updated
Jun 13, 2020 - Python
-
Updated
Apr 9, 2020 - Python
When data is copied from a numpy array, it is always assumed that the data is contiguous. However, this is not necessarily the case for array views! In that case, one needs to create a deep copy before using this data with Inviwo, i.e. numpy.array(data, copy=True)
a = numpy.array([[1,2], [3,4], [5,6]])
b = a.flip(0) # returns a view, cannot be used for a inviwo Layer / Volume
c Move wiki to doxygen
-
Updated
Jun 29, 2020 - C++
For starters simple wiki with tutorials here on github should be more than enough. We should have here TSL examples in depth explanations and we should have ordinary help with screenshots explaining how to accomplish something.
In the aplication itself we could then just include help/tutorials button which would point here, to this new wiki.
tutorials and help https://github.com/PawelTroka/C
Happened to find this article about the dangers of FAQs.
We have certainly widdled ours down over the years from 20+ items to 9 today. But, I think we should probably just ensure everything in our FAQ is properly documented in our manual and then let the FAQ go.
This is part of my suggestions for the new web site.
-
Updated
Jan 13, 2020 - Python
Documentation?
Hi there,
Is there any documentation on how to use this code to load/visualize/manipulate structures? Even any sort of API documentation would be great!
Thanks
IDL> a=hdf_open(/create)
a=hdf_open(/create)
^
% HDF_OPEN: Incorrect number of arguments.
GDL> a=hdf_open(/create)
% HDF_OPEN: Variable is undefined: <Undefined>
% Execution halted at: $MAIN$
-
Updated
Jul 1, 2020 - C++
Make the initial setup of UQ scripts easier, by inputting various paths and parameters using SCIRun first. This could even run a few examples of what the toolkit can do as well.
- document basics on module installation (omega add)
- module cmakelists commands
- module pack file
save cur page as _v6-Omegalib-modules
-
Updated
Jun 21, 2020 - Julia
Currently, there is no existing Tutorial for CheckBoxand RadioButton UI. We need to create a small one to show this feature as we did for the sliders.
-
Updated
Jul 27, 2019 - C++
-
Updated
Jul 1, 2020 - C++
-
Updated
Jul 1, 2020 - C++
-
Updated
Jun 16, 2019 - C++
Improve this page
Add a description, image, and links to the scientific-visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific-visualization topic, visit your repo's landing page and select "manage topics."

Description
We successfully moved our project from Tao to OpenTk a few years ago. Now we have an big issue in a multi terminal setup. 3D graphics is not properly drawn and the API concerning textures and lists behaves incorrect.
Our client workstation contains 2 NVIDA graphic cards (Quadro FX NVS 810/PCIe/SSE2) with 8 output ports each. Currently, 12 monitors are connected.
When we sta