Frame
उपलब्ध
Option specifying whether a frame is drawn around a plot
Frame
Grid[Table[x, {4}, {7}], Frame -> All]
→ Grid[{{x, x, x, x, x, x, x}, {x, x, x, x, x, x, x}, {x, x, x, x, x, x, x}, {x, x, x, x, x, x, x}}, Frame -> All]Plot[Sin[x], {x, 0, 10}, Frame -> True]
→ -Graphics-Grid[Table[x, {4}, {7}], Frame -> True]
→ Grid[{{x, x, x, x, x, x, x}, {x, x, x, x, x, x, x}, {x, x, x, x, x, x, x}, {x, x, x, x, x, x, x}}, Frame -> True] सभी 6300 फ़ंक्शन ·
इसे किसी MCP क्लाइंट से उपयोग करें