User Portlet User Portlet

Discussions
Hi Muhammad, Probably this will help: make 'plot 1 + plot 2 and use Overlay'. See example and details in file attached. (* Step 1: make a plot with Ticks on y1 and Frame *) p1 = Plot[Sin[x], {x, 0, 10} , Frame -> {{True,...
Hi Gustavo, Thanks to let me know. Regards,........Jos
Hi Margherite, I missing your data and can't test your code, but probable this will help. data1 = {10, 18, 30, 41, 50}; data2 = {30, 45, 55, 57, 60}; ListPlot[{data1, data2} , AxesOrigin -> {0, 0} , PlotRange -> All ...
Hi Nasser, It looks very simple but I couldn't find it. Thanks for your excellent support........Jos
yesPeaks = DeleteCases[ Table[If[xlsxData[[3, n]] == "Yes", xlsxData[[1 ;; 2, n]], {}], {n, 1, Length[xlsxData[[1, ;;]]]}], {}] ListPlot[{Transpose@xlsxData[[1 ;; 2, 2 ;;]], yesPeaks}, Joined ->...
Hi Michael, Many thanks for your help. The code with 'ListPlot - Tooltip' seems fine for me. Again, thanks for your time and excellent support ! Cheers,....Jos
Hi, I don't fully understand your question, but you can use: SemanticImport["C:\\ .......\\...\\thu fri cfb solver.xlsx ![enter image description here][1] [1]: /c/portal/getImageAttachment?filename=thufricfbsolver.gif&userId=185016
Hi, I need some help. Filling an area between curves are not properly working. Can you help? See file 'Test Filling' attached. Manipulate[ListPlot[ {Y06, Y07, Y08, Y09, Y10, Y11, Y12, Y13, Y14} , Joined -> True ,...
Hi Sean, Thanks for your quick reply and help. 1. Yes, the code must be made much simple, but this is my last step, I want to see first if the code works. 2. I hace tried several options but my problem was the combination of slider and...
Item closed. Setting problem on my laptop.....Jos