Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7652863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:52:47+00:00 2026-05-31T11:52:47+00:00

The MATLAB function spy uses the point ( . ) as the default plot

  • 0

The MATLAB function spy uses the point (.) as the default plot marker. This has the disadvantage of unresponsiveness to MarkerSize at values less than 5 (i.e., MarkerSize=1 is identical to MarkerSize=4). Therefore, I am plotting spy using the plot symbol o (circle) instead of . (point) because the size of the former can be tuned to sizes in the range 1-4.

spy(bucky,'o',3)

The problem is that MarkerFaceColor cannot be set in the LineSpec properties (to my knowledge), so the result is open circles. Moreover, spy does not return an argument such as an object handle. Therefore, changing the marker face color by set(handle,'MarkerFaceColor','color') does not work.

Is there a way to set the MarkerFaceColor of spy plot symbols?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:52:48+00:00Added an answer on May 31, 2026 at 11:52 am

    You can use findall to query the handle to the blue markers and then set the MarkerFaceColor property:

    spy(bucky,'o',3)
    markerH = findall(gca,'color','b');
    set(markerH,'MarkerFaceColor','r');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am plotting a financial candlestick chart using this MATLAB function: http://www.mathworks.com/help/toolbox/finance/candlefts.html How do
I know Matlab has a function called cylinder to create the points for a
Has anyone come across an Objective-C equivalent to the MATLAB function interp2 ()? ...a
I have a function in Matlab that has some variables in it. I need
I have a Matlab function compiled into C library. I am using this library
How can I convert this script into a MATLAB function? clear all; set={AB02XY_1,ZT99ER_1,UI87GP_1}; fileData1
How to use mesh() to draw gaussians in 2d, inside this Matlab function... function
I am trying to write a matlab mex function which uses libhdf5; My Linux
I have this matlab function: function trackName = getTrackName(xpath, gpxSourceDom) % Import the XPath
Is there a Matlab function that returns the binary representation of a float number?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.