order of heading did not match order of graph_y

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7955 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2013-08-23 14:59:26 +00:00
parent e0ccb49828
commit 5717cf2393

2
ex9
View File

@ -133,7 +133,7 @@ USER_GRAPH Example 9
-axis_scale secondary_y_axis 4.0 7.0 1.0 0.5
-start
10 GRAPH_X TOTAL_TIME / 3600 / 24
20 GRAPH_Y TOT("Fe_tri")*1e6, TOT("Fe_di")*1e6
20 GRAPH_Y TOT("Fe_di")*1e6, TOT("Fe_tri")*1e6
30 GRAPH_SY -LA("H+")
-end
END