User Portlet User Portlet

Martijn Froeling
Discussions
I would be grateful if any of the coders here have some thoughts on how to improve upon what i did to get custom colormaps into Mathematica. Back in 2018 Fabio Crameri proposed some good color maps for scientific visualization and recently V8 was...
To render outputs of some of the methods I use i need display large amounts of [Lines and Tubes][1]. This had some issues before but are now all fixed ([here][2], [here][3], and [here][4]). In my application I can easily generate 0.5M tracts and...
![enter image description here][1] &[Wolfram Notebook][2] ![enter image description here][3] ![enter image description here][4] ![enter image description here][5] ![enter image description here][6] [1]:...
In version 13.2 the inner padding of `ColorSetter` changed. Does anyone know a hidden setting to allow changing this? I use it on many occasions but always with `ImageSize->20`. But with that spec the setter does not work anymore. Grid[Table[...
Exporting a file as *.gz works for local folders and mapped network drives but not for a full network address, without the "GZIP" everything works. I first thought is was the way i defined my own Export MIME type, but for normal jpeg export it also...
For a project, I need to do repeated successive calls to interpolation functions for thousands of data points. Parallel computing should help here but as shown [here][1] something weird is going on. After exploring InterpolatingFunction,...
I had previously raised [a question][1] regarding ListContourPlot3D but got no response. For some work i need contours (base on discrete data) in combination with Image3D, which i had working previously. No to make this work i need to jump some...
In version 13.0 there were some [issues with vertex colors][1] for tubes which has been fixed in 13.1. However now specifying multiple lines within one Graphics Primitive The vertex colors are only applied the first object. The workaround is easy...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/e21ebcca-d029-42e0-b2ef-b7e5440f39cd
After the installation of 13.1 my standard tests of my paclet revealed that all function using `ListControurPlot3D` changed. I was always aware that in `ListContourPlot3D` the data is somehow transposed if you provide it as an array as can be...