I'm drawing a graph with pgfplot. The values aren't important, I just want to show the shape of the function and so I don't want a border around my graph.
I can't find how to remove/change the color of the border, is this possible?
|
I'm drawing a graph with pgfplot. The values aren't important, I just want to show the shape of the function and so I don't want a border around my graph. I can't find how to remove/change the color of the border, is this possible? |
|||
|
|
|
You can use axis lines key either for every axis or specifically for one axis. See the
|
|||
|
|
|
Try
As Manuel said in a comment, the following would also work
|
||||