-
|
Hi, I have meet with an issue with the plot area of my graph. I have set the X axis limit to start from 0, however the plot will show a slight margin at the start of the plot. When using the crosshair function, the mouse coordinate will return a value of X that is lesser than 0. It there some settings I have done incorrectly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @sjlai1993, it's possible this is a rendering error caused by the plot type you're using (and perhaps not a margin issue). Are you doing something like this to make those shaded regions? https://scottplot.net/cookbook/4.1/category/plottable-fill/#fill-between-curves ... or are you using a different plot type? Can you provide sample code that allows me to reproduce this issue? This would be really helpful and allow me to give a stronger answer and help you arrive a solution |
Beta Was this translation helpful? Give feedback.



Hi @sjlai1993, it's possible this is a rendering error caused by the plot type you're using (and perhaps not a margin issue). Are you doing something like this to make those shaded regions? https://scottplot.net/cookbook/4.1/category/plottable-fill/#fill-between-curves ... or are you using a different plot type?
Can you provide sample code that allows me to reproduce this issue? This would be really helpful and allow me to give a stronger answer and help you arrive a solution