I am looking for a way to force data markers near the graph axes to go under the axes.
An example where the markers go under the upper-left corner is the following:
Any help would be greatly appreciated.
I am looking for a way to force data markers near the graph axes to go under the axes.
An example where the markers go under the upper-left corner is the following:
Any help would be greatly appreciated.
\documentclass{}and end with\end{document}, a Minimal Working Example (MWE) please. It makes copy and pasting easier when the code can be compiled and also we do not need to guess what commands or packages you are using. – JamesT Feb 24 '23 at 15:33pgfplots, you can add the two optionsclip marker paths, axis on topto theaxisenvironment. See: https://tex.stackexchange.com/q/135229/47927. If this is not what you are after, please edit your question to reopen it and provide more information, preferably including an MWE. – Jasper Habicht Feb 24 '23 at 16:00