User Portlet User Portlet

Discussions
Hello, In my DateListPlot below, the "Tooltip" pointed out the "Date" only, but I need "Date and Data". Please can you help. Thanks....Jos fakedata = {{{2020, 1, 1}, 27}, {{2020, 1, 2}, 25}, {{2020, 1, 3}, 86}, {{2020, 1, 4},...
Dear All, PlotStyle doesn't work as it should. The PlotStyle does not follow the "colorRange". There are three different colors (green, blue and red), but they all stay in green? Please can you help ! Thanks in advance,.... Jos data =...
Hello, Please can you help? How to rotate the "FrameTicks" by 90 Degree? fakedata = {8, 1, 7, 61, 38, 0, 2, 0, 11, 10, 2, 0, 4, 26, 26, 3, 1, 1, 74, 52, 0, 0, 0, 3, 16}; ListPlot[Tooltip[fakedata] , Filling ->...
Hi All, I got a problem. The function 'Tooptip' doesn't work properly with the function 'InterpolationOrder' 2 or 3, etc. but works fine with 'InterpolationOrder 0 or 1. Why??? dataMean = {32.4, 32.6, 39.3, 40.1, 45.2, 48.2, 48.8, 51.4,...
Dear All, Please can you help. At startup I get a strange pop-up and affect all my files. Does anyone know how to remove it? Version 12.0 - Windows 7 - 64Bit Thanks,....Jos ![enter image description here][1] [1]:...
Hello, Please can you help ! Why are the data in 'LabelingFunction' between curly brackets and numbered from 1 to 12 ? Should be without the curly brackets and without the numbering 1...12 (only with data 424,423....451). data = {424,...
Hello, Epilog with "No Points" in Manipulate are not working as it should be. Does anyone know what's wrong? data2 = {{1, 10}, {2, 11}, {3, 20}, {4, 30}}; Manipulate[ ListLinePlot[data2 , Epilog -> If[points == "No...
Dear All, I got a simple question. How to join data from two different files with the same Dates? Data1 = { {{2006, 01, 01}, 27}, {{2006, 01, 02}, 25}, {{2006, 01, 03}, 86}, {{2006, 01, 04}, 72}, ...
Hi All, A very simple question but I can't find why 'FindPeaks' are not working in DateListPlot. What is wrong? Thanks in advance ! fakedata = {{{2015, 3, 25}, 130}, {{2015, 3, 26}, 132}, {{2015, 3, 27}, 132}, {{2015, 3, 30},...
Dear All, InterpolationOrder in Manipulate are working in orders 0 and 1 but not in order 2 or higher, why? Please can you help? fakedata1 = {{{2006, 1, 1}, 27}, {{2006, 1, 2}, 25}, {{2006, 1, 3}, 86}, {{2006, 1, 4},...