Is it possible to indicate a position in terms of scaled coordinates in one direction and use the usual coordinates from my data points in another direction on the chart? In other words, I want to indicate the position where the x coordinate is the usual coordinate, and will change the position on the graph if the range of the graph is changed, but the y coordinate will be a scaled coordinate and will remain at a fixed height relative to the section.
A little late, but is that what you are looking for?
data = {{1, 0.5}, {2, 0.7}, {3, 0.4}, {4, 0.2}}; Graphics[ Line[data /. {x_, y_} :> Scaled[{0, y}, {x, 0}]], Axes -> True, PlotRange -> {Automatic, {0, 100}}, AspectRatio -> Full ]
Source: https://habr.com/ru/post/1718752/More articles:script / generate on Windows: 'script' is not recognized as an internal or external command - windowsDownload data and show the screensaver - c #When is it appropriate to use the ret_val variable? - pythonYou can use table name patterns for GRANT in MySQL - mysqlDisable FreeMarker validation in Eclipse 3.5 - eclipseSecurity issue? - securityIs it possible to disable taglib scanning in Tomcat? - javaВозможно ли переносить заказы из системы в ECC 6.0 в систему SAP R3 в 46C? - sapКак генерировать источники JUnit с помощью maven-gunit-plugin - junitCan a post assembly go to a specific line of code? - visual-studioAll Articles