Timeline for How can I make PlotMarkers overlap with opacity?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4 at 20:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 5, 2024 at 19:49 | answer | added | Gustavo Delfino | timeline score: 1 | |
| Dec 4, 2024 at 16:38 | answer | added | JimB | timeline score: 2 | |
| Dec 4, 2024 at 14:19 | comment | added | user1747134 | I ultimately want to export it as a PNG | |
| Dec 4, 2024 at 14:05 | comment | added | Syed | TimelinePlot[events , PlotLayout -> "Stacked" , PlotMarkers :> {"\[EmptyCircle]", 12} , PlotStyle -> Opacity[1] , Filling -> Axis , AspectRatio -> 1/5 , ImageSize -> 1200 ] ? | |
| Dec 4, 2024 at 12:56 | comment | added | yarchik | What do you want to do with the plot, I mean, what export format you have in mind? Is it for printing or viewing? It is relative to talk about pixels in vector formats. But if you aim at raster graphics, you have to specify the desired resolution. In current form your question is too vague. | |
| Dec 4, 2024 at 12:18 | comment | added | user1747134 | Cool idea, also coul use Line[{{0,1},{0,0}}] with a similar results but there is still some unpleasant fuzziness from a close look. Is it somehow possible to force the line to be exactly one pixel wide (with no antialiasing attempts)? AbsoluteThickness[1] does not seem to cut it in the Graphics. | |
| Dec 4, 2024 at 9:53 | comment | added | yarchik | Just an idea TimelinePlot[events, PlotMarkers -> Graphics[{Blue, Text["|"]}]] | |
| Dec 4, 2024 at 9:36 | history | asked | user1747134 | CC BY-SA 4.0 |