ReinV / SCOPE

Search and Chemical Ontology Plotting Environment
Other
1 stars 2 forks source link

Scaling shared between queries in visualize_multiplot #1

Closed magnuspalmblad closed 4 years ago

magnuspalmblad commented 4 years ago

I made a mock Agilent results file with only three entries, and noticed that the plot adjusts to cover only these three data points. However, this scaling is carried forward to the subsequent plots, e.g. for Bruker:

multiplot

magnuspalmblad commented 4 years ago

I think the R version has defaults [-5.5, 10.5] and [0, 1600] in log P and mass respectively.

ReinV commented 4 years ago

New script now has default [-5, 10] and [0, 1600] but these can also be manually adjusted with arguments -xmin -xmax and -ymax.

Additionally scaling is now no longer shared between queries.