Ash wrote: > Hey everyone, > > I'm have a bit of trouble with my plots. > > I am trying to graph some values with the code below: > > "show(graph, ymin = zoom_min, ymax = zoom_max, frame = True, axes = > False)" > > As the range from zoom_min to zoom_max becomes smaller, the values > displayed on the y-axis become longer. > > E.g. if zoom_min = 3.04 and zoom_max = 3.24 then the values on the y- > axis require three significant figures. > > At this stage, the values start to get cut-off on the side of the > figure. As I zoom in further and further, the values get cut-off more > and more. > > Is there any way to prevent this?
I'm not sure if there is a way currently, but I am working on a more general fix that will not cut off tick labels. Hopefully it will be in the next version of Sage. If there was a way to fix it, I assume that it would be through making figsize bigger (i.e., give the argument figsize=[10,10] to the show command) Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
