scientific-visualization
Here are 136 public repositories matching this topic...
Today I was checking out the library and MSVC warns for https://github.com/alandefreitas/matplotplusplus/blob/359a775710e1b1fd5667281a0855806f149b7ab0/source/matplot/util/contourc.cpp#L1771
BOUNDARY_S returns a bool do the expression is bool > 0
I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.
The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57
I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i
-
Updated
Nov 2, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Nov 8, 2020 - Python
Summary
Likely caused by SilkTouch implementing the NativeAPI signature instead of an actually valid signature. Will need to add an overload that has a Device* parameter. Haven't decided what to do with the deviceless overload yet. Discovered by @Nihlus. PRs welcome.
Steps to reproduce
- Platform: Desktop (Linux, x64, Radeon RX Vega, VEGA10, DRM 3.35.0, 5.4.0-52-generic, LLVM 10.0.0)
- F
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 :)
Support xyz format?
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Python
yt-project / yt
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 4, 2020 - C++
-
Updated
Aug 21, 2020 - C++
-
Updated
Oct 27, 2020 - C++
-
Updated
Aug 10, 2020 - Python
-
Updated
Nov 6, 2020 - C++
-
Updated
Jun 13, 2020 - Python
Hi,
Firstly, thank you for your work on Chart-Fx.
We are currently building an application using the library to display multiple huge datasets.
The library works well for 5 to 10 million points, however our clients would like to display even larger datas, going up to 50 to 100 million points. While it is possible to display such datasets, navigating them become difficult as the application
-
Updated
May 3, 2020 - C#
Should extend the existing cli/chem-comp-bonds/ script (renamed to chem-comp). Data should go to src\mol-model\structure\model\types\carbohydrates.ts. Include all chemical components with the string 'SACCHARIDE' included in their type (_chem_comp.type). Extract _pdbx_chem_comp_identifier.identifier Will replace CommonSaccharideNames in src\mol-model\structure\structure\carbohydrates\constants.
The Engine window has an "Interrupt" button that is always greyed out. We never got this to work so rather than remove the button, we greyed it out on the hope that we would some day implement this. This is very hard and for the cases where we could get it to work, this would probably not be the situations that most users would care about. This also gives the impression that it might be possible t
-
Updated
Oct 16, 2020 - Python
COLORMAP_APPLICABLE
Not yet implemented in GDL. Since my institution has an IDL license, I can just include the standard IDL library in my path but this is not a long-term solution. (Same applies to the CW_ programs, as noted in other issues).
-
Updated
Nov 6, 2020 - C++
-
Updated
Oct 23, 2020 - Python
-
Updated
Nov 7, 2020 - C++
-
Updated
May 10, 2017 - C
-
Updated
Nov 6, 2020 - Julia
-
Updated
Nov 4, 2020 - Jupyter Notebook
GIF support
Add support for saving frames as gif. Make sure the color and quality is saved correctly.
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
Using Mouse.GetState() returns (0,0) for position when using the trackpad. Using an external mouse works. This cannot be fixed with Mouse.GetState(int).
Repro steps
Call: Console.WriteLine(Mouse.GetState()); in an update frame function.
Expected behavior
It should return the X and Y displacement of your mouse
Actual behavior
It returns (0,0)
Related