User Portlet User Portlet

Brett Champion
Discussions
Join the creator of FeynCalc, Vladyslav Shtabovenko, tomorrow, April 24th at 10 AM CST! He will be discussing new features of FeynCalc 10 and how to use the Mathematica package.
Is there any way to have a custom label generator? This seems to sometimes work better, but can be temperamental. ListLinePlot[Table[{x, 2 Sin[x] + x}, {x, 0, 50, 1}], LabelingFunction -> (Placed[#1[[1]], Tooltip] &), ...
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your...
Hi Brett, I've figured out how to build the contour plot on a cell-by-cell basis. Just need to explicitly specify a ColorFunction and set ColorFunctionScaling -> False as per the attached notebook. This seems like a good approach for contouring...
Thanks for sharing! Great stuff! and thanks for explaining!
Hi Ahmed. Of course there was the objective of the code. Thanks.
Right, so you could do something like: ParallelAxisPlot[{data[[{1, 2, 3, 7}]], data[[{4, 5, 6, 9}]], data[[{8}]]}, AxesLabel -> header, PlotLegends -> {"Sony", "Nikon", "Canon"}] ![enter image description here][1] and see that...
Add LabelingSize -> Full to the second PieChart: data = {13, 17, 22, 21, 20, 0.6, 1.3, 2.4, 0.8, 1.9}; largeData = Take[data, 5]; smallData = Drop[data, 5]; smallPie = PieChart[smallData, ImageSize -> Tiny, ...
Sometimes (often if you are writing a cloud appliation) there are strange errors or some kind of functionality simply did not work. As an old and experienced programmer I have no problem if there are errors within a product. It's simply the normal...
Mystery solved! Good job :) - **S**Pace, MS ? 62 mi - Jackson, MS ? 115 mi - Memphis, TN ? 98 mi GeoGraphics[{PointSize[Large], Point[GeoPosition[ Entity["City", {"Pace", "Mississippi", "UnitedStates"}]]], Point[GeoPosition[ ...