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

Add option to specify height and/or width of plot axes. #59

Open
NevPalmer opened this issue Jun 25, 2015 · 1 comment
Open

Add option to specify height and/or width of plot axes. #59

NevPalmer opened this issue Jun 25, 2015 · 1 comment
Assignees
Labels

Comments

@NevPalmer
Copy link

Add option to specify height and/or width of plot axes.
Although the output is a scalable vector graphic (SVG) all the features (text, line widths, etc) are scaled and distorted proportionally so that enlarging the output from the default size does not clarify any detail it simply plots the same image larger on the screen.
As an example, the image below shows the same plot for MAVL displayed at the default size (800x270) and a specified size of (800x800) in an attempt to exaggerate the y-scale. This only distorts the image without improving the visible detail because all line widths and font sizes are scaled proportionately.
fits plot size

@elidana
Copy link

elidana commented Jun 22, 2017

this can be done by using the yrange option (introduced in aa73b7b) and maybe using the scatter type as plotting style

@NevPalmer , can you please check if the following URL does the trick for you and fix your problem?
https://fits.geonet.org.nz/plot?type=scatter&sites=LI.MAVL&typeID=n&yrange=-200,100

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants