Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recomputing graphs after changing range of axes #7798

Open
sagetrac-slosoi mannequin opened this issue Dec 31, 2009 · 16 comments
Open

Recomputing graphs after changing range of axes #7798

sagetrac-slosoi mannequin opened this issue Dec 31, 2009 · 16 comments

Comments

@sagetrac-slosoi
Copy link
Mannequin

sagetrac-slosoi mannequin commented Dec 31, 2009

The purpose of the ticket is be able to recompute plots such that the following problem can be solved


# to increase the range of axis does not extend the plots
# we need to recompute the plot to do that
var('x')
p = plot(x**,x)
p.set_axes_range(-10,10,-10,10)

Component: graphics

Keywords: axes, range

Author: Sami Losoi

Issue created by migration from https://trac.sagemath.org/ticket/7798

@sagetrac-slosoi
Copy link
Mannequin Author

sagetrac-slosoi mannequin commented Dec 31, 2009

Attachment: plot.patch.gz

Not working attempt: trying to get some text initially to the plot

@sagetrac-slosoi sagetrac-slosoi mannequin added the s: needs work label Dec 31, 2009
@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi
Copy link
Mannequin Author

sagetrac-slosoi mannequin commented Dec 31, 2009

To recompute line first to get coordinates right

@sagetrac-slosoi
Copy link
Mannequin Author

sagetrac-slosoi mannequin commented Dec 31, 2009

Attachment: recomputing_line.patch.gz

I get the error in running the patch. There is somewhere a bug which prevents the loading of the module.

@sagetrac-slosoi
Copy link
Mannequin Author

sagetrac-slosoi mannequin commented Dec 31, 2009

comment:4

Attachment: error_for_recomputing_line.gz

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi

This comment has been minimized.

@sagetrac-slosoi sagetrac-slosoi mannequin changed the title Text in Plots at any given Function Recomputing to update axes Jan 2, 2010
@sagetrac-slosoi
Copy link
Mannequin Author

sagetrac-slosoi mannequin commented Jan 2, 2010

Changed keywords from plot, label to axes, range

@sagetrac-slosoi sagetrac-slosoi mannequin changed the title Recomputing to update axes Recomputing graphs after changing range of axes Jan 2, 2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants