User Portlet User Portlet

Martijn Froeling
Discussions
There seems to be something wrong with the VertexColors when using tubes. dat = Table[{Cos[x], Sin[x], x/10}, {x, 0., 10}]; col = RGBColor /@ dat { Graphics3D[{PointSize[Large], Point[dat, VertexColors -> col], ...
When defining function i make use of `SyntaxInfromation` a lot for front-end highlighting of inputs. I know I can use `ArgumentsOptions` and `CheckArguments` to do internal validation of the input. However, I do also like for the front-end to...
When gridlines are defined that are outside the PlotRange the plot area is extended. Not sure when this started to happen (currently under 13.0.1), but it was not like this before. ![enter image description here][1] [1]:...
With the new paclet functions and documentation tools in Mathematica 13.0 and the problems with workbench, I finally came around to refactoring my paclet ([qmritools][1]) and attempted to do the full build via Mathematica. However, I did not succeed....
I usually have long calculations (sometimes days) during which I export images to check the progress and validate results. However when I minimize the notebook while it runs the images exported are not as they should be. dat =...
I'm very happy with the continued improvement of the Dicom import and export functionality and speed. However, there is one issue with the current implementation that makes it very unuseful if you do quantitative image analysis. It might be that I...
With the introduction of the new DocumentationTools in Mathematica 13 I would love to generate my documentation with the new tools since workbench has been getting too annoying to use. I have been experimenting with the new tools and...
Hi All, I have some pre-trained networks generated by TensorFlow stored as *.h5 files. I can import the *.h5 files in Mathematica and they seem to contain all the needed information to rebuild the networks. But before I start working on how to...
I have a question regarding paclets. The functionality has improved so I want to start using paclets to install my toolbox. Locally I deploy my tools to the `$BaseDirectory` and from there I use `CreatePacletArchive`. If I install the created...
Not sure why this is happening. I have used the same code for years but in 12.3 I see strange things happening. Can anybody reproduce this. im1 = Rescale@Table[i, {i, 50}, {j, 50}]; im2 = Rescale@Table[j, {i, 50}, {j, 50}]; r1...