in reply to Re^2: Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl
in thread Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl

Have you tried it? Did it work for you? If it didn't work what did you do?

We can help, but we pretty quickly get sick of holding your hand every step of the way when you show no effort!

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re^3: Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl

Replies are listed 'Best First'.
Re^4: Plot Graph in Console by printing special character say * and spaces using matrix structure in Perl
by programmingzeal (Beadle) on Sep 10, 2022 at 06:52 UTC
    Apologies. I didn't mean that. I after my question instantly tried it and found it is using Linux OS command `stty`. I am googling and and have found this link for getting console size on windows.

    https://github.com/symfony/symfony/commit/417130506798627a70d5a82df51a91326d2738e0

    Currently I am checking it and I will find the alternative of `stty` on windows. Many thanks.