You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for the tool, I'm not so skilled in python and I need to plot something so devious as a logx plot with the data points presented as x time after stimulation, a zero point. I have three problems
In the plot, the beginning and end of the first xlim is always ticked ( 6 x 10^0 and 2 x 10^1) - How do I remove this?
I want to label the ticks that corresponds to my x values. In the log scale, it only wants to label clean log10 values, and not intermediates such as 500, 1500 etc... The way I do it now, the distance between the major ticks is not the same either. That looks weird in a log plot.
I circumvented the x-value zero by saying that x value of the stimulation time is 10, but in the plot I would like to make a custom tick that says this point is 0, or stimulation time.
Hi! Thanks for the tool, I'm not so skilled in python and I need to plot something so devious as a logx plot with the data points presented as x time after stimulation, a zero point. I have three problems
In the plot, the beginning and end of the first xlim is always ticked ( 6 x 10^0 and 2 x 10^1) - How do I remove this?
I want to label the ticks that corresponds to my x values. In the log scale, it only wants to label clean log10 values, and not intermediates such as 500, 1500 etc... The way I do it now, the distance between the major ticks is not the same either. That looks weird in a log plot.
I circumvented the x-value zero by saying that x value of the stimulation time is 10, but in the plot I would like to make a custom tick that says this point is 0, or stimulation time.
The text was updated successfully, but these errors were encountered: