Timeline for Plot time along the y-axis?
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:55 | history | edited | CommunityBot | replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/ | |
| Jan 15, 2017 at 22:54 | comment | added | pdini | @Mr.Wizard, it works! I am using 10.0.2 but it worked. I am pretty sure I had tried Joined -> False earlier but for some reason it did not work. Anyway, thank you very much! | |
| Jan 15, 2017 at 15:33 | history | edited | Mr.Wizard | CC BY-SA 3.0 | added 10 characters in body |
| Jan 15, 2017 at 15:33 | comment | added | Mr.Wizard | @pdini I included x_Point myself (updated answer) and now it works in e.g. DateListPlot[{1, 1, 2, 3, 5, 8, 11}, {2000, 8}, Joined -> False] // axisFlip in Mathematica 10.1.0. Which version are you using? | |
| Jan 15, 2017 at 12:12 | comment | added | pdini | How can I get this to plot points (the default for DateListPlot) rather than a line? I tried changing x_Line to x_Point but it did not work, in the sense that I got a blank plot. Using the option PlotStyle -> PointSize[0.1] (or some other size) did not work either, still a blank plot. Thx | |
| Jan 24, 2016 at 20:41 | comment | added | user7198 | In my case I'm trying to plot sunrise and sunset times, but I can imagine this being useful to track workout sessions, transit/commuting times, or even sleep habits. | |
| Jan 24, 2016 at 7:35 | comment | added | Mr.Wizard | @Soumya I don't think I understand the problem; please describe it explicitly. Anyway I am sleepy and I'm going to bed, but I'll take another look tomorrow. | |
| Jan 24, 2016 at 6:14 | comment | added | user7198 | What if my x-axis is already a DateObject? I'll update the question. | |
| Jan 24, 2016 at 6:10 | history | answered | Mr.Wizard | CC BY-SA 3.0 |