IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
90 stars 41 forks source link

PLot #383

Open Usukhbayar13 opened 10 months ago

Usukhbayar13 commented 10 months ago

Code: plot(prng,i,'LineWidth',3.5,'marker',{r'}; Error: "Data inputs must match the axis configuration. A numeric axis must have numeric data inputs or data inputs which can be converted to double." prng and i's time frequency are both quarterly. why is this error message appearing?

jaromir-benes commented 10 months ago

I would need to see a larger context. But this happens when you mix the old tseries and the new Series objects in one chart (eg using hold on and calling several plot commands).

On Thu, Aug 17, 2023, 5:46 AM TuM @.***> wrote:

Code: plot(prng,i,'LineWidth',3.5,'marker',{r'}; Error: "Data inputs must match the axis configuration. A numeric axis must have numeric data inputs or data inputs which can be converted to double." prng and i's time frequency are both quarterly. why is this error message appearing?

— Reply to this email directly, view it on GitHub https://github.com/IRIS-Solutions-Team/IRIS-Toolbox/issues/383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGCVKKUS73ARAJBES6RJWU3XVWHZJANCNFSM6AAAAAA3TNMOSU . You are receiving this because you are subscribed to this thread.Message ID: @.***>