User Portlet User Portlet

Discussions
Dear Minas, This is an old but interesting code. Please, can you send me the attachements,- because I can't open them. Thanks in advance! Regards,...Jos
Is this what you looking for? > Plot[Sin[x], {x, 0, 6 Pi}, AxesOrigin -> {6 Pi, 0} , ScalingFunctions -> {Identity, "Reverse"} , Frame -> Automatic , FrameTicks -> {{False, True}, {False, True}} ] ![enter image description here][1] ...
Hi Brian, See documentation. Plot[Exp[x], {x, 0, 1}, PlotRange -> {{0, 1}, {0, 2.5}}] or Plot[Exp[x], {x, 0, 1}, PlotRange -> Automatic] Regards,....Jos
Hi Milad, Excellent, thanks for sharing.....Jos
Hi Gregory, Thanks for sharing your solution. It works perfectly! Best Regards,...Jos
Hi Bruno, Here is an example with fake data: There will certainly be other possibilities, but maybe this will help? > fakedata = {10, 11, 14, 2, 15, 30, 30, 45, 12, 20, 24, 22, 35, 30, 30, 45}; findpeaks = FindPeaks[fakedata] p1 =...
Hi John and Rohit, I have the same problem in "TimeLine", when I change to PlotLayout-> "Vertical", all the lines get mixed up. I have already last year reported to Mathematica Developers, but still without succes or reply. My code works fine in...
One more option: PlotStyle -> {{Thickness[0.01], Blue}, {Thickness[0.02], Opacity[0.2], Green}, {Thickness[0.001], Opacity[0.9], Red}}] Regards,.... Jos
Hi Ted, Thanks for sharing. Regards,....Jos
Hello Raj, Thanks for your help. The code works perfectly with the two options. Beste Regards,....Jos