User Portlet User Portlet

Discussions
If I have a simple function definition such as: f::badargs = "A single argument of type integer was expected"; f[x_Integer] := x^2; f[args___] := "dummyString" /; Message[f::badargs]; Then for non-integer input I get:...
Hi, I can make a plot with an inset by using Epilog in the following way: [mcode]insetPlot = Plot[Cos[x], {x, -Pi, Pi}, Frame -> True, ImageSize -> 100]; Plot[Sin[x], {x, 0, 2 Pi}, ImageSize -> 300, Frame -> True, Epilog -> Inset[insetPlot, {4.5,...