Please excuse me if I am asking something that has been answered before.. I probably am not using the correct string to search answers...
I have a xy plot with lots of points (approx 50000)... the points are bunched in groups...as sen below...
Code: Select all
/
|
|
|
| @@@ @@@@@
| .@@ @@@@@@
| zoom rect ` \ ` \
| +------------,'-+ \ | \
| | ` | \ / \
| | ,' | \ | ,
| | @@@ | \ / \
| | ,@@@@ | \ | \
| | ` | \ @@@@@ \
| | ,' | \ _,@@@@ \
| +--`------------+ \ ,.-'` @@@@
| @@-` \ ,.-`` @@@
| @@@ @@@'`` @
| / @@@
| |
| /
| |
| |
| '
| |
| /
| |
| /
| |
| |
| '
-/-------------------------------------------------------------------
Instead, I want to show the Points INSIDE the zoom box to be "AUTO_FILLED" within the chart... like below..
Code: Select all
/
|
|
|
|
|
| @ @ @
| \ . \ . /
| |\ .` \ ,' \
| / \ ,' \ / |
| | . ,' . ,` |
| | \ ,' \ ` \
| | \ - \ ,' |
| | \ ,' \ ,' | ,
| | \ ,' \ - \ /
| / ' -` ' -` | /
| | @ @ \ /
| | @/
| |
| |
| |
| /
| |
| |
| |
| |
| |
||
||
|\
-/-------------------------------------------------------------------
TIA..