Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Jay2077
Helper III
Helper III

How to create scatter with plus like x/y axis

Hi I was looking for help in how I create x and y axis's on a scatter that cross in the middle, starting from - values and meeting at zero is this possible ?

1 ACCEPTED SOLUTION
TeigeGao
Solution Sage
Solution Sage

Hi @Jay2077 ,

According to your description, my understanding is that you are going to add the coordinate axis for the scatter chart, based on my searching, the official and custom visual are all not supported, we can consider using the Python or R script to write the chart with coordinate axis. 

For example, we can use the new_floating_axis(0,0) method in matplotlib library to write it.

Best Regards,

Teige

View solution in original post

1 REPLY 1
TeigeGao
Solution Sage
Solution Sage

Hi @Jay2077 ,

According to your description, my understanding is that you are going to add the coordinate axis for the scatter chart, based on my searching, the official and custom visual are all not supported, we can consider using the Python or R script to write the chart with coordinate axis. 

For example, we can use the new_floating_axis(0,0) method in matplotlib library to write it.

Best Regards,

Teige

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.