User Portlet User Portlet

David Keith
Discussions
I really enjoy working with the control system functionality in Mathematica. My thanks and congratulations to the developers! I Would like to respectfully request two enhancements to the plotting capability: 1. I would like to see tooltips...
For years, Wolfram has claimed that Mathematica supports import and export from all major CAD formats. But, in fact, it has not supported STEP, IGES, or SAT, which are the CAD formats primarily used in mechanical engineering. I just finished...
With the release of 13, Wolfram seems to have become more committed to deploying for users the tools needed for paclet development. I am interested creating paclets now, rather than packages. I have been reviewing the documentation that came out with...
I have been doing work in Mathematica which involves visualizing the extent to which photographic images fit within printing process color gamuts. A primary tool for this is ChromaticityPlot3D. I plot both the printer gamut and image pixel values in...
To my good friends at Wolfram, Thank you for the nice Christmas present! Warm regards, David
In converting an Annuity to a Cashflow, I believe the initial payment is being handled incorrectly. Here is code that demonstrates that: (* Annuity with an initial payment and then 5 payments *) (* Present value *) ...
I was looking at the new plotting functions in Version 12.2 and tried them out on a comparison of the dimensions and weight of various cameras. PlotLegends behaves as expected with RadialAxisPlot but not with ParallelAxisPlot. Does anyone have any...
I see many posts on this forum which seem to be very readable posts of an entire notebook. [This excellent post][1] is a good example. I have been posting by entering code a piece at a time, interleaved with commentary. How are these whole...
The following code asks to display the number 1.23001 with 4 digits precision: ScientificForm[1.23001, 4] (* "1.23" *) In my opinion, it is displayed with 3 digits precision. I would prefer it display 1.230 to make the precision...
A code for data analysis in use in version 12.0 throws errors in version 12.1. I tracked the issue to version 12.1 generating graphics which appear to have an incorrect dimension . Below are two code segments with the same code executed in the two...