User Portlet User Portlet

Discussions
Hello! Is there a possibility to manipulate the legend scale? By using PlotLegends -> Automatic I get a following scaling (refer to image). The scaling represents the phase of the optical wave. Is it possible to show or convert it to...
Hi all, I'm struggling with rewriting of some old code from mathematica V4.1....I'm using V11. I have problems with follwoing (old) commands: ShowLegend MultipleListPlot LegendPosition That's the code which I try to bring it...
Hi has somebody experience with the Archimedean Spiral? In general it is quite simple to create an Archimedean Spiral by e.g. a line function. I rather want to create a spiral with equidistant points. The amount of the "sampling" points should...
Hi all, I am trying to re-arranging some lists with some variables. Following code: lista = {{a, b, c}, {d, e, f, g}}; listb = {{h, i, j}, {k, l, m}}; sol = Flatten[Outer[List, lsta, lstb], 3] With my Flatten[....] command I...
Hi, I am searching for a solution regarding following situation. To be more precise, to what extend can a table-function be manipulated? L = 2; Q = 2; K = 3; M = 3; A = 2; rpixel = 10.0; ...