Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Show units in the plot legends & titles.
- Fixed some issues with plotParametric.
- Use the CsvReader for plotParametric.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jun 18, 2014
1 parent cc1fec7 commit 9d64487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/xmlparser.cpp
Expand Up @@ -615,7 +615,7 @@ namespace IAEX
QDomElement curveElement = n.toElement();
if (curveElement.tagName() == XML_GRAPHCELL_CURVE)
{
PlotCurve *pPlotCurve = new PlotCurve("", curveElement.attribute(XML_GRAPHCELL_TITLE), gCell->mpPlotWindow->getPlot());
PlotCurve *pPlotCurve = new PlotCurve("", curveElement.attribute(XML_GRAPHCELL_TITLE), "", gCell->mpPlotWindow->getPlot());
// read the curve data
if (curveElement.hasAttribute(XML_GRAPHCELL_XDATA) && curveElement.hasAttribute(XML_GRAPHCELL_YDATA))
{
Expand Down

0 comments on commit 9d64487

Please sign in to comment.