Skip to main content

Timeline for How to adjust axes of a plot

Current License: CC BY-SA 3.0

16 events
when toggle format what by license comment
Nov 8, 2017 at 16:51 comment added Alan @user6014 I mean, the extra ticks are just visual clutter.
Nov 7, 2017 at 22:28 comment added ktm @Alan I don't understand your comment.
Nov 7, 2017 at 21:31 comment added Rodrigo López I update new info. thx
Nov 7, 2017 at 20:40 history edited Rodrigo López CC BY-SA 3.0
added 516 characters in body
Nov 7, 2017 at 0:56 comment added Rodrigo López @george2079 it's almost what I want, however, the graph changes for each equation (there are 6 coupled equations). i.e, if you change in the code "[[1, 1, 2]]" by this other "[[1, 2, 2]]" or "[[1, 3, 2]]" (appear before Plot) the plot has other values and does not adjust automatically. My intention is that in each graph the values are adjusted automatically... or i would have to do it manually for each graph?
Nov 7, 2017 at 0:50 comment added Rodrigo López @Anne I had already tried using AxesOrigin but the result is the same as the left image. thx
Nov 7, 2017 at 0:33 answer added Carl Woll timeline score: 3
Nov 6, 2017 at 23:20 comment added Anne Alternatively, if you want to use your code for the graph on the right, you can use AxesOrigin -> {0, 0} to get the axes to cross at the origin.
Nov 6, 2017 at 23:16 answer added Nasser timeline score: 1
Nov 6, 2017 at 23:08 comment added george2079 Plot[solucion[t], {t, 0, 80}, PlotRange -> {0, .55}, Ticks -> {Automatic, Range[0, .55, .05]}]
Nov 6, 2017 at 22:47 history edited Rodrigo López CC BY-SA 3.0
added 2988 characters in body
Nov 6, 2017 at 22:43 comment added Rodrigo López Try Ticks but it does not work I will put my complete code in the publication
Nov 6, 2017 at 22:21 comment added Alan The above comments give the answer, but don't do it. It's just noise.
Nov 6, 2017 at 21:42 comment added Carl Woll Try using Ticks -> {Automatic, ChartingScaledTicks["Linear"][##, {10, 10}] &}`.
Nov 6, 2017 at 21:38 comment added ktm Ticks
Nov 6, 2017 at 21:33 history asked Rodrigo López CC BY-SA 3.0