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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors